Searched refs:SRAI_W (Results 1 – 12 of 12) 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 | 1568 2281725513U, // SRAI_W 3357 0U, // SRAI_W
|
D | MipsGenDisassemblerTables.inc | 1717 /* 4634 */ MCD_OPC_Decode, 143, 12, 124, // Opcode: SRAI_W
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2504 UINT64_C(2025848841), // SRAI_W 8403 case Mips::SRAI_W: 11966 CEFBS_HasStdEnc_HasMSA, // SRAI_W = 2491
|
D | MipsGenAsmWriter.inc | 3732 268460279U, // SRAI_W 6486 4U, // SRAI_W
|
D | MipsGenInstrInfo.inc | 2506 SRAI_W = 2491, 7352 …, 3, 1, 4, 616, 0, 0x6ULL, nullptr, nullptr, OperandInfo169, -1 ,nullptr }, // Inst #2491 = SRAI_W
|
D | MipsGenDisassemblerTables.inc | 4044 /* 6140 */ MCD::OPC_Decode, 187, 19, 240, 1, // Opcode: SRAI_W
|
D | MipsGenAsmMatcher.inc | 7780 …{ 8615 /* srai.w */, Mips::SRAI_W, Convert__MSA128AsmReg1_0__MSA128AsmReg1_1__ConstantUImm5_01_2, …
|
D | MipsGenDAGISel.inc | 21233 /* 39615*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::SRAI_W), 0, 21236 … // 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/llvm-project/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3490 def SRAI_W : SRAI_W_ENC, SRAI_W_DESC;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3470 def SRAI_W : SRAI_W_ENC, SRAI_W_DESC;
|