Searched refs:in_low (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 3869 Register in_low = locations->InAt(0).AsRegisterPairLow<Register>(); in DivRemOneOrMinusOne() local 3876 __ Subu(out_low, ZERO, in_low); in DivRemOneOrMinusOne() 3881 __ Move(out_low, in_low); in DivRemOneOrMinusOne() 3946 Register in_low = locations->InAt(0).AsRegisterPairLow<Register>(); in DivRemByPowerOfTwo() local 3959 __ Addu(AT, AT, in_low); in DivRemByPowerOfTwo() 3960 __ Sltu(TMP, AT, in_low); in DivRemByPowerOfTwo() 3979 __ Addu(AT, AT, in_low); in DivRemByPowerOfTwo() 3980 __ Sltu(AT, AT, in_low); in DivRemByPowerOfTwo() 3993 __ Addu(AT, AT, in_low); in DivRemByPowerOfTwo() 3994 __ Sltu(AT, AT, in_low); in DivRemByPowerOfTwo() [all …]
|