Searched refs:IS_LE (Results 1 – 1 of 1) sorted by relevance
61 #define IS_LE 1 macro64 #define IS_LE 0 macro665 err = read_mem(®s->gpr[reg + IS_LE], ea, 8, regs); in emulate_lq()691 err = write_mem(vals[IS_LE], ea, 8, regs); in emulate_stq()717 if (IS_LE && (op->vsx_flags & VSX_LDLEFT)) in emulate_vsx_load()725 i = IS_LE ? 8 : 8 - read_size; in emulate_vsx_load()732 reg->d[IS_LE] = (signed int) reg->d[IS_LE]; in emulate_vsx_load()735 conv_sp_to_dp(®->fp[1 + IS_LE], in emulate_vsx_load()736 ®->dp[IS_LE]); in emulate_vsx_load()744 reg->d[IS_BE] = reg->d[IS_LE]; in emulate_vsx_load()[all …]