Home
last modified time | relevance | path

Searched refs:VSHF_B (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dmsa_macro.h428 #define VSHF_B(RTYPE, in0, in1, mask) \ macro
431 #define VSHF_UB(...) VSHF_B(v16u8, __VA_ARGS__)
432 #define VSHF_SB(...) VSHF_B(v16i8, __VA_ARGS__)
433 #define VSHF_UH(...) VSHF_B(v8u16, __VA_ARGS__)
434 #define VSHF_SH(...) VSHF_B(v8i16, __VA_ARGS__)
437 out0 = VSHF_B(RTYPE, in0, in1, mask0); \
438 out1 = VSHF_B(RTYPE, in2, in3, mask1); \
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td3498 def VSHF_B : VSHF_B_ENC, VSHF_B_DESC;