Searched defs:andi (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/llvm/test/MC/RISCV/ |
| D | compress-rv32i.s | 93 andi s0, s0, 31 label
|
| D | rv32i-valid.s | 262 andi ra, sp, 2047 label 265 andi x1, x2, 2047 label
|
| D | rv32i-invalid.s | 21 andi ra, sp, 2048 # CHECK: :[[@LINE]]:14: error: operand must be a symbol with %lo/%pcrel_lo/%tprel… label 71 andi ra, sp, %pcrel_hi(123) # CHECK: :[[@LINE]]:14: error: operand must be a symbol with %lo/%pcrel… label
|
| D | rv32e-valid.s | 63 andi ra, sp, 2047 label
|
| /external/llvm-project/llvm/test/MC/Mips/micromips/ |
| D | valid.s | 128 andi $9, $6, 17767 # CHECK: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67] label
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerMIPS32.cpp | 419 void AssemblerMIPS32::andi(const Operand *OpRt, const Operand *OpRs, in andi() function in Ice::MIPS32::AssemblerMIPS32
|