Home
last modified time | relevance | path

Searched defs:ori (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drv32i-invalid.s19 ori a0, a1, -2049 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [-2048, … label
69 ori a0, a1, %hi(foo) # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [-204… label
139 ori a0, a1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
Drv32i-valid.s138 ori a0, a1, -2048 label
141 ori a0, a1, %lo(2048) label
/external/llvm/test/MC/PowerPC/
Dppc64-fixup-apply.s30 ori 1, 1, target5+0x8000@l label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-fixup-apply.s30 ori 1, 1, target5+0x8000@l label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s130 ori $9, $6, 17767 # CHECK: ori $9, $6, 17767 # encoding: [0x51,0x26,0x45,0x67] label
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc274 __ ori(r6, r6, Operand(0x20)); // Convert capture character to lower-case. in CheckNotBackReferenceIgnoreCase() local
275 __ ori(r25, r25, Operand(0x20)); // Also convert input character. in CheckNotBackReferenceIgnoreCase() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp1943 CPVRTString ori; in substitute() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1217 __ ori(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp962 void AssemblerMIPS32::ori(const Operand *OpRt, const Operand *OpRs, in ori() function in Ice::MIPS32::AssemblerMIPS32
/external/v8/src/ppc/
Dassembler-ppc.cc943 void Assembler::ori(Register ra, Register rs, const Operand& imm) { in ori() function in v8::internal::Assembler
/external/v8/src/mips/
Dassembler-mips.cc2008 void Assembler::ori(Register rt, Register rs, int32_t j) { in ori() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.cc2085 void Assembler::ori(Register rt, Register rs, int32_t j) { in ori() function in v8::internal::Assembler