Searched refs:SLLV (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 245 case SLLV: in InstructionType()
|
D | constants-mips.h | 252 SLLV = ((0 << 3) + 4), enumerator
|
D | disasm-mips.cc | 620 case SLLV: in DecodeTypeRegister()
|
D | simulator-mips.cc | 1375 case SLLV: in ConfigureTypeRegister()
|
D | assembler-mips.cc | 1218 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 875 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()
|
D | MipsInstrInfo.td | 511 def SLLV : LogicR_shift_rotate_reg<0x04, 0x00, "sllv", shl>;
|