Home
last modified time | relevance | path

Searched refs:src_reg_high (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc5423 Register src_reg_high = ZERO; in GenConditionalMoveR2() local
5459 src_reg_high = src.AsRegisterPairHigh<Register>(); in GenConditionalMoveR2()
5477 __ Movz(dst.AsRegisterPairHigh<Register>(), src_reg_high, cond_reg); in GenConditionalMoveR2()
5480 __ Movn(dst.AsRegisterPairHigh<Register>(), src_reg_high, cond_reg); in GenConditionalMoveR2()
5515 __ Movf(dst.AsRegisterPairHigh<Register>(), src_reg_high, cond_cc); in GenConditionalMoveR2()
5518 __ Movt(dst.AsRegisterPairHigh<Register>(), src_reg_high, cond_cc); in GenConditionalMoveR2()