Searched refs:VSHF_B (Results 1 – 4 of 4) 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/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3498 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;
|