Searched refs:SLLV (Results 1 – 21 of 21) sorted by relevance
/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.cc | 227 case SLLV: in InstructionType()
|
D | constants-mips.h | 376 SLLV = ((0 << 3) + 4), enumerator
|
D | disasm-mips.cc | 658 case SLLV: in DecodeTypeRegister()
|
D | simulator-mips.cc | 1943 case SLLV: in ConfigureTypeRegister()
|
D | assembler-mips.cc | 1611 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 233 case SLLV: in InstructionType()
|
D | constants-mips64.h | 353 SLLV = ((0 << 3) + 4), enumerator
|
D | disasm-mips64.cc | 723 case SLLV: in DecodeTypeRegister()
|
D | simulator-mips64.cc | 2032 case SLLV: in ConfigureTypeRegister()
|
D | assembler-mips64.cc | 1675 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SLLV); in sllv()
|
/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 | 1224 BuildMI(BB, DL, TII->get(Mips::SLLV), Mask) in emitAtomicBinaryPartword() 1227 BuildMI(BB, DL, TII->get(Mips::SLLV), Incr2).addReg(Incr).addReg(ShiftAmt); in emitAtomicBinaryPartword() 1466 BuildMI(BB, DL, TII->get(Mips::SLLV), Mask) in emitAtomicCmpSwapPartword() 1471 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedCmpVal) in emitAtomicCmpSwapPartword() 1475 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedNewVal) in emitAtomicCmpSwapPartword()
|
D | MipsInstrInfo.td | 1174 def SLLV : MMRel, shift_rotate_reg<"sllv", GPR32Opnd, II_SLLV, shl>, 1624 (SLLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
|
D | Mips16InstrInfo.td | 1155 // Format: SLLV ry, rx MIPS16e
|
/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
|