Searched refs:kMipsSubu (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 61 NewLIR3(kMipsSubu, rl_result.reg.GetReg(), rl_result.reg.GetReg(), temp.GetReg()); in GenCmpLong() 70 NewLIR3(kMipsSubu, rl_result.reg.GetReg(), t1.GetReg(), t0.GetReg()); in GenCmpLong() 74 NewLIR3(kMipsSubu, rl_result.reg.GetReg(), t1.GetReg(), t0.GetReg()); in GenCmpLong()
|
D | utility_mips.cc | 312 opcode = is64bit ? kMips64Dsubu : kMipsSubu; in OpRegRegReg() 367 opcode = is64bit ? kMips64Dsubu : kMipsSubu; in OpRegRegImm() 479 return NewLIR3(kMipsSubu, r_dest_src1.GetReg(), rZERO, r_src2.GetReg()); in OpRegReg()
|
D | assemble_mips.cc | 377 ENCODING_MAP(kMipsSubu, 0x00000023, // Used for "neg" too.
|
D | mips_lir.h | 633 kMipsSubu, // subu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000100011]. enumerator
|