Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc61 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()
Dutility_mips.cc312 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()
Dassemble_mips.cc377 ENCODING_MAP(kMipsSubu, 0x00000023, // Used for "neg" too.
Dmips_lir.h633 kMipsSubu, // subu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000100011]. enumerator