Searched refs:kMipsSubu (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 168 opcode = kMipsSubu; in OpRegRegReg() 222 opcode = kMipsSubu; in OpRegRegImm() 295 return NewLIR3(kMipsSubu, r_dest_src1.GetReg(), rZERO, r_src2.GetReg()); in OpRegReg()
|
D | int_mips.cc | 53 NewLIR3(kMipsSubu, rl_result.reg.GetReg(), t1.GetReg(), t0.GetReg()); in GenCmpLong() 57 NewLIR3(kMipsSubu, rl_result.reg.GetReg(), t1.GetReg(), t0.GetReg()); in GenCmpLong()
|
D | mips_lir.h | 450 kMipsSubu, // subu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000100011]. enumerator
|
D | assemble_mips.cc | 293 ENCODING_MAP(kMipsSubu, 0x00000023, /* used for "neg" too */
|