Searched refs:VSHF_B (Results 1 – 11 of 11) 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 | 1706 2183152080U, // VSHF_B 3420 0U, // VSHF_B
|
D | MipsGenDisassemblerTables.inc | 2385 /* 8011 */ MCD_OPC_Decode, 153, 13, 118, // Opcode: VSHF_B
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2614 UINT64_C(2013265941), // VSHF_B 7490 case Mips::VSHF_B: 10340 Feature_HasStdEnc | Feature_HasMSA | 0, // VSHF_B = 2601
|
D | MipsGenAsmWriter.inc | 3829 285229890U, // VSHF_B 6460 24U, // VSHF_B
|
D | MipsGenInstrInfo.inc | 2616 VSHF_B = 2601, 6661 …, 4, 1, 4, 496, 0, 0x6ULL, nullptr, nullptr, OperandInfo176, -1 ,nullptr }, // Inst #2601 = VSHF_B
|
D | MipsGenDisassemblerTables.inc | 4849 /* 10380 */ MCD::OPC_Decode, 169, 20, 254, 1, // Opcode: VSHF_B
|
D | MipsGenAsmMatcher.inc | 7625 …{ 9486 /* vshf.b */, Mips::VSHF_B, Convert__MSA128AsmReg1_0__Tie0_1_1__MSA128AsmReg1_1__MSA128AsmR…
|
D | MipsGenDAGISel.inc | 28548 /* 53601*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::VSHF_B), 0, 28551 …// 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3519 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;
|