HomeSort by relevance Sort by last modified time
    Searched refs:szS (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/priv/
host_amd64_defs.h 620 UChar szS; /* 4 or 8 */
627 UChar szS; /* 4 or 8 */
750 extern AMD64Instr* AMD64Instr_SseSI2SF ( Int szS, Int szD, HReg src, HReg dst );
751 extern AMD64Instr* AMD64Instr_SseSF2SI ( Int szS, Int szD, HReg src, HReg dst );
host_amd64_defs.c 871 AMD64Instr* AMD64Instr_SseSI2SF ( Int szS, Int szD, HReg src, HReg dst ) {
874 i->Ain.SseSI2SF.szS = toUChar(szS);
878 vassert(szS == 4 || szS == 8);
882 AMD64Instr* AMD64Instr_SseSF2SI ( Int szS, Int szD, HReg src, HReg dst ) {
885 i->Ain.SseSF2SI.szS = toUChar(szS);
889 vassert(szS == 4 || szS == 8)
    [all...]

Completed in 31 milliseconds