Home
last modified time | relevance | path

Searched refs:SLLV (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.cc246 case SLLV: in InstructionType()
Dconstants-mips.h307 SLLV = ((0 << 3) + 4), enumerator
Ddisasm-mips.cc649 case SLLV: in DecodeTypeRegister()
Dsimulator-mips.cc1762 case SLLV: in ConfigureTypeRegister()
Dassembler-mips.cc1294 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.td282 // Format: SLLV ry, rx MIPS16e
DMipsISelLowering.cpp1200 BuildMI(BB, dl, TII->get(Mips::SLLV), Mask) in EmitAtomicBinaryPartword()
1203 BuildMI(BB, dl, TII->get(Mips::SLLV), Incr2).addReg(ShiftAmt).addReg(Incr); in EmitAtomicBinaryPartword()
1443 BuildMI(BB, dl, TII->get(Mips::SLLV), Mask) in EmitAtomicCmpSwapPartword()
1448 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedCmpVal) in EmitAtomicCmpSwapPartword()
1452 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedNewVal) in EmitAtomicCmpSwapPartword()
DMipsInstrInfo.td946 def SLLV : shift_rotate_reg<0x04, 0x00, "sllv", shl, CPURegs>;