Home
last modified time | relevance | path

Searched refs:kMips64Dsubu (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
Dutility_mips.cc312 opcode = is64bit ? kMips64Dsubu : kMipsSubu; in OpRegRegReg()
367 opcode = is64bit ? kMips64Dsubu : kMipsSubu; in OpRegRegImm()
477 return NewLIR3(kMips64Dsubu, r_dest_src1.GetReg(), rZEROd, r_src2.GetReg()); in OpRegReg()
Dassemble_mips.cc515 ENCODING_MAP(kMips64Dsubu, 0x0000002f,
Dmips_lir.h672 kMips64Dsubu, // dsubu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000101111]. enumerator