Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/RISCV/
Dcompress-rv32i.s93 andi s0, s0, 31 label
Drv32i-valid.s262 andi ra, sp, 2047 label
265 andi x1, x2, 2047 label
Drv32i-invalid.s21 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
Drv32e-valid.s63 andi ra, sp, 2047 label
/external/llvm-project/llvm/test/MC/Mips/micromips/
Dvalid.s128 andi $9, $6, 17767 # CHECK: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67] label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp419 void AssemblerMIPS32::andi(const Operand *OpRt, const Operand *OpRs, in andi() function in Ice::MIPS32::AssemblerMIPS32