/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rv32i-invalid.s | 19 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
|
D | rv32i-valid.s | 138 ori a0, a1, -2048 label 141 ori a0, a1, %lo(2048) label
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-fixup-apply.s | 30 ori 1, 1, target5+0x8000@l label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-fixup-apply.s | 30 ori 1, 1, target5+0x8000@l label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 130 ori $9, $6, 17767 # CHECK: ori $9, $6, 17767 # encoding: [0x51,0x26,0x45,0x67] label
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 274 __ 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/ |
D | PVRTString.cpp | 1943 CPVRTString ori; in substitute() local
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1217 __ ori(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 962 void AssemblerMIPS32::ori(const Operand *OpRt, const Operand *OpRs, in ori() function in Ice::MIPS32::AssemblerMIPS32
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 943 void Assembler::ori(Register ra, Register rs, const Operand& imm) { in ori() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2008 void Assembler::ori(Register rt, Register rs, int32_t j) { in ori() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2085 void Assembler::ori(Register rt, Register rs, int32_t j) { in ori() function in v8::internal::Assembler
|