Home
last modified time | relevance | path

Searched refs:SRLV (Results 1 – 25 of 25) sorted by relevance

/external/valgrind/none/tests/mips64/
Dshift_instructions.c10 SRA, SRAV, SRL, SRLV enumerator
18 for (op = DROTR; op <= SRLV; op++) { in main()
196 case SRLV: in main()
/external/v8/src/mips/
Dconstants-mips.h417 SRLV = ((0U << 3) + 6), enumerator
929 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
Ddisasm-mips.cc1077 case SRLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips.cc1737 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv()
1766 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
Dsimulator-mips.cc3718 case SRLV: in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dconstants-mips64.h400 SRLV = ((0U << 3) + 6), enumerator
969 FunctionFieldToBitNumber(SRLV) | FunctionFieldToBitNumber(DSRLV) |
Ddisasm-mips64.cc1219 case SRLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips64.cc1821 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv()
1850 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
Dsimulator-mips64.cc3647 case SRLV: in DecodeTypeRegisterSPECIAL()
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_32.c332 EMIT_SHIFT(SRL, SRLV); in emit_single_op()
DsljitNativeMIPS_64.c427 EMIT_SHIFT(DSRL, DSRL32, SRL, DSRLV, SRLV); in emit_single_op()
DsljitNativeMIPS_common.c168 #define SRLV (HI(0) | LO(6)) macro
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1087 BuildMI(BB, dl, TII->get(Mips::SRLV), SrlRes) in EmitAtomicBinaryPartword()
1296 BuildMI(BB, dl, TII->get(Mips::SRLV), SrlRes) in EmitAtomicCmpSwapPartword()
DMipsInstrInfo.td676 def SRLV : LogicR_shift_rotate_reg<0x06, 0x00, "srlv", srl>;
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1771 Opcode = Mips::SRLV; in selectShift()
DMipsInstrInfo.td1728 def SRLV : MMRel, shift_rotate_reg<"srlv", GPR32Opnd, II_SRLV, srl>,
2312 (SRLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
DMipsISelLowering.cpp1382 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicBinaryPartword()
1627 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicCmpSwapPartword()
DMips16InstrInfo.td1249 // Format: SRLV ry, rx MIPS16e
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3422 FirstShift = Mips::SRLV; in expandRotation()
3427 SecondShift = Mips::SRLV; in expandRotation()
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1533 33577901U, // SRLV
3247 0U, // SRLV
DMipsGenDisassemblerTables.inc469 /* 211 */ MCD_OPC_Decode, 236, 11, 18, // Opcode: SRLV
/external/valgrind/none/tests/mips32/
DMIPS32int.stdout.exp-mips32-BE907 SRLV
DMIPS32int.stdout.exp-mips32-LE907 SRLV
DMIPS32int.stdout.exp-mips32r2-LE1385 SRLV
DMIPS32int.stdout.exp-mips32r2-BE1385 SRLV