Home
last modified time | relevance | path

Searched refs:SLLV (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/none/tests/mips64/
Dshift_instructions.c9 ROTR, ROTRV, SLL, SLLV, enumerator
170 case SLLV: in main()
/external/v8/src/mips/
Dconstants-mips.h402 SLLV = ((0U << 3) + 4), enumerator
915 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
Ddisasm-mips.cc1058 case SLLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips.cc1667 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
Dsimulator-mips.cc3499 case SLLV: in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dconstants-mips64.h398 SLLV = ((0U << 3) + 4), enumerator
966 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(DSLLV) |
Ddisasm-mips64.cc1195 case SLLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips64.cc1795 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
Dsimulator-mips64.cc3455 case SLLV: in DecodeTypeRegisterSPECIAL()
/external/pcre/dist/sljit/
DsljitNativeMIPS_32.c328 EMIT_SHIFT(SLL, SLLV); in emit_single_op()
DsljitNativeMIPS_64.c423 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
DsljitNativeMIPS_common.c166 #define SLLV (HI(0) | LO(4)) macro
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1253 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()
DMipsFastISel.cpp1752 Opcode = Mips::SLLV; in selectShift()
DMipsInstrInfo.td1387 def SLLV : MMRel, shift_rotate_reg<"sllv", GPR32Opnd, II_SLLV, shl>,
1906 (SLLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
DMips16InstrInfo.td1155 // Format: SLLV ry, rx MIPS16e
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3278 SecondShift = Mips::SLLV; in expandRotation()
3281 FirstShift = Mips::SLLV; in expandRotation()
/external/valgrind/none/tests/mips32/
DMIPS32int.stdout.exp-mips32-BE651 SLLV
DMIPS32int.stdout.exp-mips32-LE651 SLLV
DMIPS32int.stdout.exp-mips32r2-LE1129 SLLV
DMIPS32int.stdout.exp-mips32r2-BE1129 SLLV