Home | History | Annotate | Download | only in priv

Lines Matching refs:from64

893 AMD64Instr* AMD64Instr_SseSDSS   ( Bool from64, HReg src, HReg dst )
897 i->Ain.SseSDSS.from64 = from64;
1249 vex_printf(i->Ain.SseSDSS.from64 ? "cvtsd2ss " : "cvtss2sd ");
3391 *p++ = toUChar(i->Ain.SseSDSS.from64 ? 0xF2 : 0xF3);