Searched refs:ORI_B (Results 1 – 20 of 20) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 34 #define ORI_B(a, b) __msa_ori_b((v16u8)a, b) macro 45 #define ORI_B(a, b) (a | b) macro
|
D | upsampling_msa.c | 227 BA = ORI_B(tmp0, 0x0f); \
|
/external/v8/src/mips/ |
D | constants-mips.h | 776 ORI_B = ((1U << 24) + 0), enumerator
|
D | disasm-mips.cc | 2058 case ORI_B: in DecodeTypeMsaI8()
|
D | assembler-mips.cc | 3332 V(ori_b, ORI_B) \
|
D | simulator-mips.cc | 4341 case ORI_B: in DecodeTypeMsaI8()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 810 ORI_B = ((1U << 24) + 0), enumerator
|
D | disasm-mips64.cc | 2372 case ORI_B: in DecodeTypeMsaI8()
|
D | assembler-mips64.cc | 3649 V(ori_b, ORI_B) \
|
D | simulator-mips64.cc | 4552 case ORI_B: in DecodeTypeMsaI8()
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1264 570442312U, // ORI_B 2978 0U, // ORI_B
|
D | MipsGenDisassemblerTables.inc | 1326 /* 3814 */ MCD_OPC_Decode, 223, 9, 95, // Opcode: ORI_B
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmWriter.inc | 3289 268452794U, // ORI_B 5920 6U, // ORI_B 6966 // ANDI_B, NORI_B, ORI_B, RDHWR, RDHWR64, RDHWR_MM, SHF_B, SHF_H, SHF_W, ...
|
D | MipsGenMCCodeEmitter.inc | 2074 UINT64_C(2030043136), // ORI_B 6941 case Mips::ORI_B: 9800 Feature_HasStdEnc | Feature_HasMSA | 0, // ORI_B = 2061
|
D | MipsGenDAGISel.inc | 20141 /* 37281*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::ORI_B), 0, 20144 … // Dst: (ORI_B:{ *:[v16i8] } MSA128BOpnd:{ *:[v16i8] }:$ws, vsplati8_uimm8:{ *:[v16i8] }:$u8) 20153 /* 37305*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::ORI_B), 0, 20156 … // Dst: (ORI_B:{ *:[v16i8] } MSA128BOpnd:{ *:[v16i8] }:$ws, vsplati8_uimm8:{ *:[v16i8] }:$u8)
|
D | MipsGenInstrInfo.inc | 2076 ORI_B = 2061, 6121 …1, 3, 1, 4, 529, 0, 0x6ULL, nullptr, nullptr, OperandInfo153, -1 ,nullptr }, // Inst #2061 = ORI_B
|
D | MipsGenDisassemblerTables.inc | 3790 /* 5139 */ MCD::OPC_Decode, 141, 16, 231, 1, // Opcode: ORI_B
|
D | MipsGenAsmMatcher.inc | 6975 …{ 7212 /* ori.b */, Mips::ORI_B, Convert__MSA128AsmReg1_0__MSA128AsmReg1_1__ConstantUImm8_01_2, Fe…
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3362 def ORI_B : ORI_B_ENC, ORI_B_DESC;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3383 def ORI_B : ORI_B_ENC, ORI_B_DESC;
|