Add raw_bitcast instruction
Casts bits as a different type of the same width with no change to the data (unlike bitcast)
This commit is contained in:
@@ -411,6 +411,12 @@ pub fn define<'shared>(
|
||||
.operands_out(vec![0])
|
||||
.emit(""),
|
||||
);
|
||||
recipes.add_recipe(
|
||||
EncodingRecipeBuilder::new("null_fpr", f_unary, 0)
|
||||
.operands_in(vec![fpr])
|
||||
.operands_out(vec![0])
|
||||
.emit(""),
|
||||
);
|
||||
recipes.add_recipe(
|
||||
EncodingRecipeBuilder::new("stacknull", f_unary, 0)
|
||||
.operands_in(vec![stack_gpr32])
|
||||
|
||||
Reference in New Issue
Block a user