Searched defs:andi (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/ |
H A D | invalid.s | 38 andi $a0, $a0, -1 label 170 andi $a0, $a0, 0, 0 global() label 176 andi $a0, $a0 global() label
|
H A D | arith.s | 94 andi $s2, $zero, 106 label
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv32zcb-valid.s |
|
H A D | compress-rv32i.s | 93 andi s0, s0, 31 label
|
H A D | rv32i-valid.s |
|
H A D | rv32i-invalid.s | 21 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 D | rv32e-valid.s |
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/ |
H A D | gpr-bypass.s | 14 andi a0, a0, 1 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | gpr-bypass.s | 14 andi a0, a0, 1 label
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseVectorization.cpp | 170 if (auto andi = red.getDefiningOp<arith::AndIOp>()) { isVectorizableReduction() local
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 128 andi $9, $6, 17767 # CHECK: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67] label
|
/llvm-project/mlir/lib/Interfaces/Utils/ |
H A D | InferIntRangeCommon.cpp | 529 auto andi = [](const APInt &a, const APInt &b) -> std::optional<APInt> { inferAnd() local
|