Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc4665 FpuRegister fcond_reg = FTMP; in GenConditionalMove() local
4696 fcond_reg); in GenConditionalMove()
4711 __ Mfc1(cond_reg, fcond_reg); in GenConditionalMove()
4741 __ Mtc1(TMP, fcond_reg); in GenConditionalMove()
4747 __ SelnezS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4749 __ SeleqzS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4754 __ SeleqzS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4756 __ SelnezS(dst_reg, src_reg, fcond_reg); in GenConditionalMove()
4760 __ SelS(fcond_reg, in GenConditionalMove()
4764 __ SelS(fcond_reg, in GenConditionalMove()
[all …]
Dcode_generator_mips.cc6342 FRegister fcond_reg = FTMP; in GenConditionalMoveR6() local
6365 fcond_reg); in GenConditionalMoveR6()
6380 __ Mfc1(cond_reg, fcond_reg); in GenConditionalMoveR6()
6408 __ Mfc1(cond_reg, fcond_reg); in GenConditionalMoveR6()
6440 __ Mtc1(TMP, fcond_reg); in GenConditionalMoveR6()
6446 __ SelnezS(dst_reg, src_reg, fcond_reg); in GenConditionalMoveR6()
6448 __ SeleqzS(dst_reg, src_reg, fcond_reg); in GenConditionalMoveR6()
6453 __ SeleqzS(dst_reg, src_reg, fcond_reg); in GenConditionalMoveR6()
6455 __ SelnezS(dst_reg, src_reg, fcond_reg); in GenConditionalMoveR6()
6459 __ SelS(fcond_reg, in GenConditionalMoveR6()
[all …]