Lines Matching refs:IS_LE
62 #define IS_LE 1 macro
65 #define IS_LE 0 macro
749 err = read_mem(®s->gpr[reg + IS_LE], ea, 8, regs); in emulate_lq()
775 err = write_mem(vals[IS_LE], ea, 8, regs); in emulate_stq()
803 if (IS_LE && (op->vsx_flags & VSX_LDLEFT)) in emulate_vsx_load()
811 i = IS_LE ? 8 : 8 - read_size; in emulate_vsx_load()
818 reg->d[IS_LE] = (signed int) reg->d[IS_LE]; in emulate_vsx_load()
821 conv_sp_to_dp(®->fp[1 + IS_LE], in emulate_vsx_load()
822 ®->dp[IS_LE]); in emulate_vsx_load()
830 reg->d[IS_BE] = reg->d[IS_LE]; in emulate_vsx_load()
837 i = IS_LE ? 3 - j : j; in emulate_vsx_load()
841 u32 val = reg->w[IS_LE ? 3 : 0]; in emulate_vsx_load()
843 i = IS_LE ? 3 - j : j; in emulate_vsx_load()
852 i = IS_LE ? 7 - j : j; in emulate_vsx_load()
860 i = IS_LE ? 15 - j : j; in emulate_vsx_load()
900 if (IS_LE && (op->vsx_flags & VSX_LDLEFT)) in emulate_vsx_store()
913 i = IS_LE ? 8 : 8 - write_size; in emulate_vsx_store()
917 conv_dp_to_sp(®->dp[IS_LE], &buf.fp[1 + IS_LE]); in emulate_vsx_store()
934 i = IS_LE ? 3 - j : j; in emulate_vsx_store()
942 i = IS_LE ? 7 - j : j; in emulate_vsx_store()
950 i = IS_LE ? 15 - j : j; in emulate_vsx_store()
977 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_load()
982 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_load()
990 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_load()
995 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_load()
1023 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_store()
1028 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_store()
1036 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_store()
1041 j = IS_LE ? nr_vsx_regs - i - 1 : i; in do_vsx_store()