Searched defs:slti (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv32e-valid.s | 57 slti a0, a2, -20 label
|
D | rv32i-valid.s | 241 slti a0, a2, -20 label
|
D | rv32i-invalid.s | 150 slti a10, a2, 0x20 # CHECK: :[[@LINE]]:6: error: invalid operand for instruction label
|
/external/llvm-project/llvm/test/MC/Mips/micromips/ |
D | valid.s | 122 slti $3, $3, 103 # CHECK: slti $3, $3, 103 # encoding: [0x90,0x63,0x00,0x67] label 123 slti $3, $3, 103 # CHECK: slti $3, $3, 103 # encoding: [0x90,0x63,0x00,0x67] label
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 1002 void AssemblerMIPS32::slti(const Operand *OpRt, const Operand *OpRs, in slti() function in Ice::MIPS32::AssemblerMIPS32
|