Home
last modified time | relevance | path

Searched refs:DSLLV (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/none/tests/mips64/
Dshift_instructions.c7 DSLL32, DSLLV, DSRA, DSRA32, enumerator
78 case DSLLV: in main()
/external/v8/src/mips64/
Dconstants-mips64.h416 DSLLV = ((2U << 3) + 4), enumerator
968 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(DSLLV) |
Ddisasm-mips64.cc1216 case DSLLV: in DecodeTypeRegisterSPECIAL()
Dassembler-mips64.cc1861 GenInstrRegister(SPECIAL, rs, rt, rd, 0, DSLLV); in dsllv()
Dsimulator-mips64.cc3644 case DSLLV: in DecodeTypeRegisterSPECIAL()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMips64InstrInfo.td122 def DSLLV : LogicR_shift_rotate_reg64<0x24, 0x00, "dsllv", shl>;
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td149 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/
DsljitNativeMIPS_64.c423 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
DsljitNativeMIPS_common.c132 #define DSLLV (HI(0) | LO(20)) macro
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3552 SecondShift = Mips::DSLLV; in expandDRotation()
3555 FirstShift = Mips::DSLLV; in expandDRotation()