Searched refs:SRLV (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 246 case SRLV: in InstructionType()
|
D | constants-mips.h | 253 SRLV = ((0 << 3) + 6), enumerator
|
D | disasm-mips.cc | 623 case SRLV: in DecodeTypeRegister()
|
D | assembler-mips.cc | 1228 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv() 1257 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
|
D | simulator-mips.cc | 1378 case SRLV: in ConfigureTypeRegister()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 939 BuildMI(BB, dl, TII->get(Mips::SRLV), SrlRes) in EmitAtomicBinaryPartword() 1148 BuildMI(BB, dl, TII->get(Mips::SRLV), SrlRes) in EmitAtomicCmpSwapPartword()
|
D | MipsInstrInfo.td | 512 def SRLV : LogicR_shift_rotate_reg<0x06, 0x00, "srlv", srl>;
|