Re: opcode question
Mark Roberts <[email protected]>
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <[email protected]> |
Also Iop_CmpNEZ128x1 -----Original Message----- From: Mark Roberts [mailto:[email protected]] Sent: Monday, April 13, 2020 5:33 PM To: [email protected] Subject: opcode question In memcheck/mc_translate.c I notice that: Iop_RndF128 Iop_I64UtoF32 are case statement labels in both expr2vbits_Unop and expr2vbits_Binop. Is that intentional? And if so, why? Thank you, Mark Roberts