Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc85 MipsOpCode slt_op; in OpCmpBranch() local
99 slt_op = kMipsSltu; in OpCmpBranch()
103 slt_op = kMipsSltu; in OpCmpBranch()
107 slt_op = kMipsSlt; in OpCmpBranch()
111 slt_op = kMipsSlt; in OpCmpBranch()
116 slt_op = kMipsSlt; in OpCmpBranch()
121 slt_op = kMipsSlt; in OpCmpBranch()
125 slt_op = kMipsSltu; in OpCmpBranch()
138 NewLIR3(slt_op, t_reg.GetReg(), src2.GetReg(), src1.GetReg()); in OpCmpBranch()
140 NewLIR3(slt_op, t_reg.GetReg(), src1.GetReg(), src2.GetReg()); in OpCmpBranch()