Searched refs:SRAI_W (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2381 UINT64_C(2025848841), // SRAI_W 7051 case Mips::SRAI_W: 10107 Feature_HasStdEnc | Feature_HasMSA | 0, // SRAI_W = 2368
|
D | MipsGenAsmWriter.inc | 3596 268460186U, // SRAI_W 6227 4U, // SRAI_W
|
D | MipsGenInstrInfo.inc | 2383 SRAI_W = 2368, 6428 …, 3, 1, 4, 598, 0, 0x6ULL, nullptr, nullptr, OperandInfo156, -1 ,nullptr }, // Inst #2368 = SRAI_W
|
D | MipsGenDisassemblerTables.inc | 3993 /* 6140 */ MCD::OPC_Decode, 192, 18, 237, 1, // Opcode: SRAI_W
|
D | MipsGenAsmMatcher.inc | 7360 …{ 8549 /* srai.w */, Mips::SRAI_W, Convert__MSA128AsmReg1_0__MSA128AsmReg1_1__ConstantUImm5_01_2, …
|
D | MipsGenDAGISel.inc | 21882 /* 40487*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::SRAI_W), 0, 21885 … // Dst: (SRAI_W:{ *:[v4i32] } MSA128WOpnd:{ *:[v4i32] }:$ws, vsplati32_uimm5:{ *:[v4i32] }:$m)
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3430 def SRAI_W : SRAI_W_ENC, SRAI_W_DESC;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3451 def SRAI_W : SRAI_W_ENC, SRAI_W_DESC;
|