Implement select and vselect instructions.

This gives us the opportunity to use the AsBool derived type variables and a
Select instruction format with a non-default typevar_operand setting.
This commit is contained in:
Jakob Stoklund Olesen
2016-05-20 15:10:31 -07:00
parent 692a85d720
commit b44d6c6541
7 changed files with 60 additions and 35 deletions

View File

@@ -668,6 +668,7 @@ impl<'a> Parser<'a> {
args: [lhs, rhs],
}
}
InstructionFormat::Select |
InstructionFormat::Jump |
InstructionFormat::Branch |
InstructionFormat::BranchTable |