Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dutility_mips.cc168 opcode = kMipsSubu; in OpRegRegReg()
222 opcode = kMipsSubu; in OpRegRegImm()
295 return NewLIR3(kMipsSubu, r_dest_src1.GetReg(), rZERO, r_src2.GetReg()); in OpRegReg()
Dint_mips.cc53 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()
Dmips_lir.h450 kMipsSubu, // subu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000100011]. enumerator
Dassemble_mips.cc293 ENCODING_MAP(kMipsSubu, 0x00000023, /* used for "neg" too */