Home
last modified time | relevance | path

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

/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/
H A Dinvalid.s38 andi $a0, $a0, -1 label
170 andi $a0, $a0, 0, 0 global() label
176 andi $a0, $a0 global() label
H A Darith.s94 andi $s2, $zero, 106 label
/llvm-project/llvm/test/MC/RISCV/
H A Drv32zcb-valid.s
H A Dcompress-rv32i.s93 andi s0, s0, 31 label
H A Drv32i-valid.s
H A Drv32i-invalid.s21 andi ra, sp, 2048 # CHECK: :[[@LINE]]:14: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047] label
71 andi ra, sp, %pcrel_hi(123) # CHECK: :[[@LINE]]:14: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047] label
H A Drv32e-valid.s
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/
H A Dgpr-bypass.s14 andi a0, a0, 1 label
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/
H A Dgpr-bypass.s14 andi a0, a0, 1 label
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseVectorization.cpp170 if (auto andi = red.getDefiningOp<arith::AndIOp>()) { isVectorizableReduction() local
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s128 andi $9, $6, 17767 # CHECK: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67] label
/llvm-project/mlir/lib/Interfaces/Utils/
H A DInferIntRangeCommon.cpp529 auto andi = [](const APInt &a, const APInt &b) -> std::optional<APInt> { inferAnd() local