Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc245 case SLLV: in InstructionType()
Dconstants-mips.h252 SLLV = ((0 << 3) + 4), enumerator
Ddisasm-mips.cc620 case SLLV: in DecodeTypeRegister()
Dsimulator-mips.cc1375 case SLLV: in ConfigureTypeRegister()
Dassembler-mips.cc1218 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp875 BuildMI(BB, dl, TII->get(Mips::SLLV), Mask) in EmitAtomicBinaryPartword()
878 BuildMI(BB, dl, TII->get(Mips::SLLV), Incr2).addReg(ShiftAmt).addReg(Incr); in EmitAtomicBinaryPartword()
1103 BuildMI(BB, dl, TII->get(Mips::SLLV), Mask) in EmitAtomicCmpSwapPartword()
1108 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedCmpVal) in EmitAtomicCmpSwapPartword()
1112 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedNewVal) in EmitAtomicCmpSwapPartword()
DMipsInstrInfo.td511 def SLLV : LogicR_shift_rotate_reg<0x04, 0x00, "sllv", shl>;