Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc204 opcode = kMipsSll; in OpRegCopyNoInsert()
909 NewLIR3(kMipsSll, rl_result.reg.GetReg(), As64BitReg(rl_src.reg).GetReg(), 0); in GenIntToLong()
Dassemble_mips.cc341 ENCODING_MAP(kMipsSll, 0x00000000,
Dmips_lir.h624 kMipsSll, // sll d,t,a [00000000000] t[20..16] d[15..11] a[10..6] [000000]. enumerator
Dutility_mips.cc381 opcode = kMipsSll; in OpRegRegImm()