/external/valgrind/none/tests/mips64/ |
D | shift_instructions.c | 9 ROTR, ROTRV, SLL, SLLV, enumerator 170 case SLLV: in main()
|
/external/v8/src/mips/ |
D | constants-mips.h | 402 SLLV = ((0U << 3) + 4), enumerator 915 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
|
D | disasm-mips.cc | 1058 case SLLV: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips.cc | 1667 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
|
D | simulator-mips.cc | 3499 case SLLV: in DecodeTypeRegisterSPECIAL()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 398 SLLV = ((0U << 3) + 4), enumerator 966 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(DSLLV) |
|
D | disasm-mips64.cc | 1195 case SLLV: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips64.cc | 1795 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
|
D | simulator-mips64.cc | 3455 case SLLV: in DecodeTypeRegisterSPECIAL()
|
/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_32.c | 328 EMIT_SHIFT(SLL, SLLV); in emit_single_op()
|
D | sljitNativeMIPS_64.c | 423 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 166 #define SLLV (HI(0) | LO(4)) macro
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1253 BuildMI(BB, DL, TII->get(Mips::SLLV), Mask) in emitAtomicBinaryPartword() 1256 BuildMI(BB, DL, TII->get(Mips::SLLV), Incr2).addReg(Incr).addReg(ShiftAmt); in emitAtomicBinaryPartword() 1498 BuildMI(BB, DL, TII->get(Mips::SLLV), Mask) in emitAtomicCmpSwapPartword() 1503 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedCmpVal) in emitAtomicCmpSwapPartword() 1507 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedNewVal) in emitAtomicCmpSwapPartword()
|
D | MipsFastISel.cpp | 1752 Opcode = Mips::SLLV; in selectShift()
|
D | MipsInstrInfo.td | 1387 def SLLV : MMRel, shift_rotate_reg<"sllv", GPR32Opnd, II_SLLV, shl>, 1906 (SLLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
|
D | Mips16InstrInfo.td | 1155 // Format: SLLV ry, rx MIPS16e
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3278 SecondShift = Mips::SLLV; in expandRotation() 3281 FirstShift = Mips::SLLV; in expandRotation()
|
/external/valgrind/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32-BE | 651 SLLV
|
D | MIPS32int.stdout.exp-mips32-LE | 651 SLLV
|
D | MIPS32int.stdout.exp-mips32r2-LE | 1129 SLLV
|
D | MIPS32int.stdout.exp-mips32r2-BE | 1129 SLLV
|