emit_x64: Pass tmp to ExtractMostSignificantBitFromPackedBytes in EmitPackedAddU8
This commit is contained in:
parent
097f6a83da
commit
02b2ab7581
1 changed files with 1 additions and 1 deletions
|
@ -1420,7 +1420,7 @@ void EmitX64::EmitPackedAddU8(IR::Block& block, IR::Inst* inst) {
|
||||||
}
|
}
|
||||||
code->xor_(result, reg_a);
|
code->xor_(result, reg_a);
|
||||||
if (ge_inst) {
|
if (ge_inst) {
|
||||||
ExtractMostSignificantBitFromPackedBytes(cpu_info, code, reg_alloc, reg_ge);
|
ExtractMostSignificantBitFromPackedBytes(cpu_info, code, reg_alloc, reg_ge, tmp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue