Searched refs:DSLLV (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/none/tests/mips64/ |
D | shift_instructions.c | 7 DSLL32, DSLLV, DSRA, DSRA32, enumerator 78 case DSLLV: in main()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 416 DSLLV = ((2U << 3) + 4), enumerator 968 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(DSLLV) |
|
D | disasm-mips64.cc | 1216 case DSLLV: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips64.cc | 1861 GenInstrRegister(SPECIAL, rs, rt, rd, 0, DSLLV); in dsllv()
|
D | simulator-mips64.cc | 3644 case DSLLV: in DecodeTypeRegisterSPECIAL()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 122 def DSLLV : LogicR_shift_rotate_reg64<0x24, 0x00, "dsllv", shl>;
|
/external/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 149 def DSLLV : StdMMR6Rel, shift_rotate_reg<"dsllv", GPR64Opnd, II_DSLLV, shl>, 575 (DSLLV GPR64:$rt, (EXTRACT_SUBREG GPR64:$rs, sub_32))>; 654 (DSLLV GPR64Opnd:$rd, GPR64Opnd:$rt, GPR32Opnd:$rs), 0>,
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_64.c | 423 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 132 #define DSLLV (HI(0) | LO(20)) macro
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3552 SecondShift = Mips::DSLLV; in expandDRotation() 3555 FirstShift = Mips::DSLLV; in expandDRotation()
|