Add RISC-V encodings for supported icmp variants.
Only slt and ult variants are in the instruction set. Other condition codes must be synthesized.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
//! Encoding tables for RISC-V.
|
||||
|
||||
use ir::condcodes::IntCC;
|
||||
use ir::{Opcode, InstructionData};
|
||||
use ir::types;
|
||||
use predicates;
|
||||
|
||||
Reference in New Issue
Block a user