Searched refs:IS_LE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 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() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 61 #define IS_LE 1 macro 64 #define IS_LE 0 macro 675 err = read_mem(®s->gpr[reg + IS_LE], ea, 8, regs); in emulate_lq() 701 err = write_mem(vals[IS_LE], ea, 8, regs); in emulate_stq() 727 if (IS_LE && (op->vsx_flags & VSX_LDLEFT)) in emulate_vsx_load() 735 i = IS_LE ? 8 : 8 - read_size; in emulate_vsx_load() 742 reg->d[IS_LE] = (signed int) reg->d[IS_LE]; in emulate_vsx_load() 745 conv_sp_to_dp(®->fp[1 + IS_LE], in emulate_vsx_load() 746 ®->dp[IS_LE]); in emulate_vsx_load() [all...] |
Completed in 4 milliseconds