Searched refs:kMipsSlt (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 51 NewLIR3(kMipsSlt, t0.GetReg(), rl_src1.reg.GetHighReg(), rl_src2.reg.GetHighReg()); in GenCmpLong() 52 NewLIR3(kMipsSlt, t1.GetReg(), rl_src2.reg.GetHighReg(), rl_src1.reg.GetHighReg()); in GenCmpLong() 89 slt_op = kMipsSlt; in OpCmpBranch() 93 slt_op = kMipsSlt; in OpCmpBranch() 98 slt_op = kMipsSlt; in OpCmpBranch() 103 slt_op = kMipsSlt; in OpCmpBranch()
|
D | mips_lir.h | 443 kMipsSlt, // slt d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000101010]. enumerator
|
D | assemble_mips.cc | 265 ENCODING_MAP(kMipsSlt, 0x0000002a,
|