Searched refs:VSHF_B (Results 1 – 12 of 12) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 430 #define VSHF_B(RTYPE, in0, in1, mask) \ macro 433 #define VSHF_UB(...) VSHF_B(v16u8, __VA_ARGS__) 434 #define VSHF_SB(...) VSHF_B(v16i8, __VA_ARGS__) 435 #define VSHF_UH(...) VSHF_B(v8u16, __VA_ARGS__) 436 #define VSHF_SH(...) VSHF_B(v8i16, __VA_ARGS__) 439 out0 = VSHF_B(RTYPE, in0, in1, mask0); \ 440 out1 = VSHF_B(RTYPE, in2, in3, mask1); \
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1780 151012022U, // VSHF_B 3569 2U, // VSHF_B
|
D | MipsGenDisassemblerTables.inc | 2573 /* 8273 */ MCD_OPC_Decode, 227, 13, 141, 1, // Opcode: VSHF_B
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2737 UINT64_C(2013265941), // VSHF_B 8890 case Mips::VSHF_B: 12199 CEFBS_HasStdEnc_HasMSA, // VSHF_B = 2724
|
D | MipsGenAsmWriter.inc | 3965 285229895U, // VSHF_B 6719 24U, // VSHF_B
|
D | MipsGenInstrInfo.inc | 2739 VSHF_B = 2724, 7585 …, 4, 1, 4, 510, 0, 0x6ULL, nullptr, nullptr, OperandInfo186, -1 ,nullptr }, // Inst #2724 = VSHF_B
|
D | MipsGenDisassemblerTables.inc | 4900 /* 10380 */ MCD::OPC_Decode, 164, 21, 129, 2, // Opcode: VSHF_B
|
D | MipsGenAsmMatcher.inc | 8046 …{ 9557 /* vshf.b */, Mips::VSHF_B, Convert__MSA128AsmReg1_0__Tie0_1_1__MSA128AsmReg1_1__MSA128AsmR…
|
D | MipsGenDAGISel.inc | 28269 /* 53401*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::VSHF_B), 0, 28272 …// Dst: (VSHF_B:{ *:[v16i8] } MSA128BOpnd:{ *:[v16i8] }:$wd_in, MSA128BOpnd:{ *:[v16i8] }:$ws, MSA…
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3498 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3558 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3538 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;
|