Home
last modified time | relevance | path

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

/llvm-project/llvm/test/MC/LoongArch/Relocations/
H A Drelocations.s42 ori $t1, $t1, %abs_lo12(foo) label
127 ori $t1, $a2, %got_lo12(foo) label
147 ori $t1, $a2, %le_lo12(foo) label
187 ori $t1, $a2, %ie_lo12(foo) label
262 ori $t1, $t1, %desc_lo12(foo) label
[all...]
H A Dfixups.s16 ori $t1, $t1, %abs_lo12(val) label
/llvm-project/llvm/test/MC/RISCV/
H A Drv32zicbop-valid.s
H A Drv32i-only-valid.s12 ori a2, a3, 0xfffff800 label
H A Drv32i-valid.s
H A Drv32i-invalid.s20 ori a0, a1, -2049 # CHECK: :[[@LINE]]:13: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047] label
70 ori a0, a1, %hi(foo) # CHECK: :[[@LINE]]:13: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047] label
168 ori a0, a1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction global() label
H A Drv32e-valid.s
/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/
H A Darith.s98 ori $t5, $a1, 47 label
H A Dinvalid.s44 ori $a0, $a0, 4096 label
/llvm-project/llvm/test/MC/PowerPC/
H A Dppc64-fixup-apply.s30 ori 1, 1, target5+0x8000@l label
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/
H A Dgpr-bypass.s16 ori a0, a0, 1 label
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/
H A Dgpr-bypass.s16 ori a0, a0, 1 label
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseVectorization.cpp174 if (auto ori = red.getDefiningOp<arith::OrIOp>()) { isVectorizableReduction() local
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s130 ori $9, $6, 17767 # CHECK: ori $9, $6, 17767 # encoding: [0x51,0x26,0x45,0x67] label
/llvm-project/mlir/lib/Interfaces/Utils/
H A DInferIntRangeCommon.cpp540 auto ori = [](const APInt &a, const APInt &b) -> std::optional<APInt> { inferOr() local