Searched refs:VSHF_B (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/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); \
|
/third_party/skia/third_party/externals/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…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3538 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;
|