Searched refs:Movz (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 4034 __ Movz(AT, ZERO, out_low); in DivRemByPowerOfTwo() local 4049 __ Movz(AT, ZERO, out_low); in DivRemByPowerOfTwo() local 4068 __ Movz(AT, ZERO, TMP); in DivRemByPowerOfTwo() local 6264 __ Movz(dst.AsRegister<Register>(), src_reg, cond_reg); in GenConditionalMoveR2() local 6271 __ Movz(dst.AsRegisterPairLow<Register>(), src_reg, cond_reg); in GenConditionalMoveR2() local 6272 __ Movz(dst.AsRegisterPairHigh<Register>(), src_reg_high, cond_reg); in GenConditionalMoveR2() local 9093 __ Movz(out_hi, b_hi, TMP); in GenerateMinMaxInt() local 9094 __ Movz(out_lo, b_lo, TMP); in GenerateMinMaxInt() local 9098 __ Movz(out_hi, a_hi, TMP); in GenerateMinMaxInt() local 9099 __ Movz(out_lo, a_lo, TMP); in GenerateMinMaxInt() local [all …]
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 329 void Movz(Register rd, Register rs, Register rt); // R2
|