Home
last modified time | relevance | path

Searched refs:SRLV (Results 1 – 25 of 49) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp176 BuildMI(sinkMBB, DL, TII->get(Mips::SRLV), Dest) in expandAtomicCmpSwapSubword()
457 BuildMI(sinkMBB, DL, TII->get(Mips::SRLV), Dest) in expandAtomicBinOpSubword()
DMipsScheduleP5600.td213 ADDu, SLLV, SRAV, SRLV, LSA, COPY)>;
DMipsInstrInfo.td2084 def SRLV : MMRel, shift_rotate_reg<"srlv", GPR32Opnd, II_SRLV, srl>,
2784 (SRLV GPR32Opnd:$rd, GPR32Opnd:$rt, GPR32Opnd:$rs), 0>;
2790 (SRLV GPR32Opnd:$rd, GPR32Opnd:$rd, GPR32Opnd:$rt), 0>;
/external/v8/src/mips/
Dconstants-mips.h505 SRLV = ((0U << 3) + 6), enumerator
1284 FunctionFieldToBitNumber(SLLV) | FunctionFieldToBitNumber(SRLV) |
Ddisasm-mips.cc1319 case SRLV: in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dconstants-mips64.h487 SRLV = ((0U << 3) + 6), enumerator
1325 FunctionFieldToBitNumber(SRLV) | FunctionFieldToBitNumber(DSRLV) |
Ddisasm-mips64.cc1493 case SRLV: in DecodeTypeRegisterSPECIAL()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips1/
Dvalid.s159 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips2/
Dvalid.s198 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips3/
Dvalid.s263 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32/
Dvalid.s261 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_32.c401 EMIT_SHIFT(SRL, SRLV); in emit_single_op()
DsljitNativeMIPS_64.c495 EMIT_SHIFT(DSRL, DSRL32, SRL, DSRLV, SRLV); in emit_single_op()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r5/
Dvalid.s311 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r3/
Dvalid.s310 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r2/
Dvalid.s310 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r3/
Dvalid.s376 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/
Dvalid.s342 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r5/
Dvalid.s382 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/
Dvalid.s323 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips5/
Dvalid.s324 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r2/
Dvalid.s386 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SRLV
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc768 {DBGFIELD("SRLV") 1, false, false, 1, 2, 1, 1, 0, 0}, // #493
1788 {DBGFIELD("SRLV") 16382, false, false, 0, 0, 0, 0, 0, 0}, // #493
2707 case 493: // SRLV
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1087 BuildMI(BB, dl, TII->get(Mips::SRLV), SrlRes) in EmitAtomicBinaryPartword()
1296 BuildMI(BB, dl, TII->get(Mips::SRLV), SrlRes) in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1771 Opcode = Mips::SRLV; in selectShift()

12