Searched refs:SRAI_B (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | dec_msa.c | 201 t1 = SRAI_B(t1, 3); \ 203 t2 = SRAI_B(t2, 3); \ 236 t1 = SRAI_B(t1, 3); \ 238 t2 = SRAI_B(t2, 3); \ 281 p1_asub_q1_m = SRAI_B(p1_asub_q1_m, 1); \ 320 filt1 = SRAI_B(filt1, 3); \ 322 filt2 = SRAI_B(filt2, 3); \
|
D | upsampling_msa.c | 224 tmp1 = SRAI_B(G, 4); \ 234 tmp1 = SRAI_B(G, 5); \ 238 tmp0 = SRAI_B(B, 3); \
|
D | msa_macro.h | 28 #define SRAI_B(a, b) __msa_srai_b((v16i8)a, b) macro 39 #define SRAI_B(a, b) (a >> b) macro
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1501 570442208U, // SRAI_B 3215 0U, // SRAI_B
|
D | MipsGenDisassemblerTables.inc | 1538 /* 4653 */ MCD_OPC_Decode, 204, 11, 109, // Opcode: SRAI_B
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3428 def SRAI_B : SRAI_B_ENC, SRAI_B_DESC;
|