Home
last modified time | relevance | path

Searched refs:SRLV (Results 1 – 21 of 21) 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.h404 SRLV = ((0U << 3) + 6), enumerator
915 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
Ddisasm-mips.cc1061 case SRLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips.cc1677 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv()
1706 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
Dsimulator-mips.cc3503 case SRLV: in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dconstants-mips64.h400 SRLV = ((0U << 3) + 6), enumerator
967 FunctionFieldToBitNumber(SRLV) | FunctionFieldToBitNumber(DSRLV) |
Ddisasm-mips64.cc1201 case SRLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips64.cc1805 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv()
1834 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
Dsimulator-mips64.cc3461 case SRLV: in DecodeTypeRegisterSPECIAL()
/external/pcre/dist/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/llvm/lib/Target/Mips/
DMipsFastISel.cpp1758 Opcode = Mips::SRLV; in selectShift()
DMipsInstrInfo.td1389 def SRLV : MMRel, shift_rotate_reg<"srlv", GPR32Opnd, II_SRLV, srl>,
1921 (SRLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
DMipsISelLowering.cpp1316 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicBinaryPartword()
1543 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicCmpSwapPartword()
DMips16InstrInfo.td1252 // Format: SRLV ry, rx MIPS16e
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3277 FirstShift = Mips::SRLV; in expandRotation()
3282 SecondShift = Mips::SRLV; in expandRotation()
/external/valgrind/none/tests/mips32/
DMIPS32int.stdout.exp-mips32-LE922 SRLV
DMIPS32int.stdout.exp-mips32-BE922 SRLV
DMIPS32int.stdout.exp-mips32r2-LE1400 SRLV
DMIPS32int.stdout.exp-mips32r2-BE1400 SRLV