Searched refs:SLLI_B (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 32 #define SLLI_B(a, b) __msa_slli_b((v4i32)a, b) macro 43 #define SLLI_B(a, b) (a << b) macro
|
D | upsampling_msa.c | 236 tmp0 = SLLI_B(G, 3); \
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1462 570442250U, // SLLI_B 3176 0U, // SLLI_B
|
D | MipsGenDisassemblerTables.inc | 1521 /* 4585 */ MCD_OPC_Decode, 165, 11, 109, // Opcode: SLLI_B
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3408 def SLLI_B : SLLI_B_ENC, SLLI_B_DESC;
|