Lines Matching refs:mem_operand
3032 MemOperand mem_operand = in DoShiftI() local
3038 __ LoadByte(result, mem_operand, r0); in DoShiftI()
3040 __ lbzx(result, mem_operand); in DoShiftI()
3047 __ LoadByte(result, mem_operand, r0); in DoShiftI()
3049 __ lbzx(result, mem_operand); in DoShiftI()
3054 __ LoadHalfWordArith(result, mem_operand, r0); in DoShiftI()
3056 __ lhax(result, mem_operand); in DoShiftI()
3061 __ LoadHalfWord(result, mem_operand, r0); in DoShiftI()
3063 __ lhzx(result, mem_operand); in DoShiftI()
3068 __ LoadWordArith(result, mem_operand, r0); in DoShiftI()
3070 __ lwax(result, mem_operand); in DoShiftI()
3075 __ LoadWord(result, mem_operand, r0); in DoShiftI()
3077 __ lwzx(result, mem_operand); in DoShiftI()
4241 MemOperand mem_operand = in DoShiftI() local
4249 __ StoreByte(value, mem_operand, r0); in DoShiftI()
4251 __ stbx(value, mem_operand); in DoShiftI()
4257 __ StoreHalfWord(value, mem_operand, r0); in DoShiftI()
4259 __ sthx(value, mem_operand); in DoShiftI()
4265 __ StoreWord(value, mem_operand, r0); in DoShiftI()
4267 __ stwx(value, mem_operand); in DoShiftI()