Searched refs:IS_LE (Results 1 – 1 of 1) sorted by relevance
62 #define IS_LE 1 macro65 #define IS_LE 0 macro739 err = read_mem(®s->gpr[reg + IS_LE], ea, 8, regs); in emulate_lq()765 err = write_mem(vals[IS_LE], ea, 8, regs); in emulate_stq()793 if (IS_LE && (op->vsx_flags & VSX_LDLEFT)) in emulate_vsx_load()801 i = IS_LE ? 8 : 8 - read_size; in emulate_vsx_load()808 reg->d[IS_LE] = (signed int) reg->d[IS_LE]; in emulate_vsx_load()811 conv_sp_to_dp(®->fp[1 + IS_LE], in emulate_vsx_load()812 ®->dp[IS_LE]); in emulate_vsx_load()820 reg->d[IS_BE] = reg->d[IS_LE]; in emulate_vsx_load()[all …]