Searched refs:ORI_B (Results 1 – 5 of 5) 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/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/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3362 def ORI_B : ORI_B_ENC, ORI_B_DESC;
|