Home
last modified time | relevance | path

Searched refs:SLLI_B (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dmsa_macro.h32 #define SLLI_B(a, b) __msa_slli_b((v4i32)a, b) macro
43 #define SLLI_B(a, b) (a << b) macro
Dupsampling_msa.c236 tmp0 = SLLI_B(G, 3); \
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1462 570442250U, // SLLI_B
3176 0U, // SLLI_B
DMipsGenDisassemblerTables.inc1521 /* 4585 */ MCD_OPC_Decode, 165, 11, 109, // Opcode: SLLI_B
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td3408 def SLLI_B : SLLI_B_ENC, SLLI_B_DESC;