Searched refs:SRAI_W (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 30 #define SRAI_W(a, b) __msa_srai_w((v4i32)a, b) macro 41 #define SRAI_W(a, b) (a >> b) macro 1053 in0 = (RTYPE)SRAI_W(in0, shift_val); \ 1054 in1 = (RTYPE)SRAI_W(in1, shift_val); \
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1504 570449195U, // SRAI_W 3218 0U, // SRAI_W
|
D | MipsGenDisassemblerTables.inc | 1529 /* 4616 */ MCD_OPC_Decode, 207, 11, 101, // Opcode: SRAI_W
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3430 def SRAI_W : SRAI_W_ENC, SRAI_W_DESC;
|