Searched refs:SLLI_B (Results 1 – 12 of 12) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 32 #define SLLI_B(a, b) __msa_slli_b((v4i32)a, b) macro 43 #define SLLI_B(a, b) (a << b) macro
|
D | upsampling_msa.c | 236 tmp0 = SLLI_B(G, 3); \
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1462 570442250U, // SLLI_B 3176 0U, // SLLI_B
|
D | MipsGenDisassemblerTables.inc | 1521 /* 4585 */ MCD_OPC_Decode, 165, 11, 109, // Opcode: SLLI_B
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2343 UINT64_C(2020605961), // SLLI_B 7092 case Mips::SLLI_B: 10069 Feature_HasStdEnc | Feature_HasMSA | 0, // SLLI_B = 2330
|
D | MipsGenAsmWriter.inc | 3558 268452732U, // SLLI_B 6189 2U, // SLLI_B
|
D | MipsGenInstrInfo.inc | 2345 SLLI_B = 2330, 6390 …, 3, 1, 4, 602, 0, 0x6ULL, nullptr, nullptr, OperandInfo153, -1 ,nullptr }, // Inst #2330 = SLLI_B
|
D | MipsGenDisassemblerTables.inc | 3985 /* 6102 */ MCD::OPC_Decode, 154, 18, 245, 1, // Opcode: SLLI_B
|
D | MipsGenAsmMatcher.inc | 7292 …{ 8356 /* slli.b */, Mips::SLLI_B, Convert__MSA128AsmReg1_0__MSA128AsmReg1_1__ConstantUImm3_01_2, …
|
D | MipsGenDAGISel.inc | 20733 /* 38373*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::SLLI_B), 0, 20736 … // Dst: (SLLI_B:{ *:[v16i8] } MSA128BOpnd:{ *:[v16i8] }:$ws, vsplati8_uimm3:{ *:[v16i8] }:$m)
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3408 def SLLI_B : SLLI_B_ENC, SLLI_B_DESC;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3429 def SLLI_B : SLLI_B_ENC, SLLI_B_DESC;
|