Searched refs:SRLV (Results 1 – 21 of 21) sorted by relevance
/external/valgrind/none/tests/mips64/ |
D | shift_instructions.c | 10 SRA, SRAV, SRL, SRLV enumerator 18 for (op = DROTR; op <= SRLV; op++) { in main() 196 case SRLV: in main()
|
/external/v8/src/mips/ |
D | constants-mips.h | 404 SRLV = ((0U << 3) + 6), enumerator 915 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
|
D | disasm-mips.cc | 1061 case SRLV: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips.cc | 1677 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv() 1706 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
|
D | simulator-mips.cc | 3503 case SRLV: in DecodeTypeRegisterSPECIAL()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 400 SRLV = ((0U << 3) + 6), enumerator 967 FunctionFieldToBitNumber(SRLV) | FunctionFieldToBitNumber(DSRLV) |
|
D | disasm-mips64.cc | 1201 case SRLV: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips64.cc | 1805 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SRLV); in srlv() 1834 | (rd.code() << kRdShift) | (1 << kSaShift) | SRLV; in rotrv()
|
D | simulator-mips64.cc | 3461 case SRLV: in DecodeTypeRegisterSPECIAL()
|
/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_32.c | 332 EMIT_SHIFT(SRL, SRLV); in emit_single_op()
|
D | sljitNativeMIPS_64.c | 427 EMIT_SHIFT(DSRL, DSRL32, SRL, DSRLV, SRLV); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 168 #define SRLV (HI(0) | LO(6)) macro
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1758 Opcode = Mips::SRLV; in selectShift()
|
D | MipsInstrInfo.td | 1389 def SRLV : MMRel, shift_rotate_reg<"srlv", GPR32Opnd, II_SRLV, srl>, 1921 (SRLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
|
D | MipsISelLowering.cpp | 1316 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicBinaryPartword() 1543 BuildMI(BB, DL, TII->get(Mips::SRLV), SrlRes) in emitAtomicCmpSwapPartword()
|
D | Mips16InstrInfo.td | 1252 // Format: SRLV ry, rx MIPS16e
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3277 FirstShift = Mips::SRLV; in expandRotation() 3282 SecondShift = Mips::SRLV; in expandRotation()
|
/external/valgrind/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32-LE | 922 SRLV
|
D | MIPS32int.stdout.exp-mips32-BE | 922 SRLV
|
D | MIPS32int.stdout.exp-mips32r2-LE | 1400 SRLV
|
D | MIPS32int.stdout.exp-mips32r2-BE | 1400 SRLV
|