Searched defs:szS (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c868 AMD64Instr* AMD64Instr_SseSI2SF ( Int szS, Int szD, HReg src, HReg dst ) { argument
871 i->Ain.SseSI2SF.szS = toUChar(szS);
875 vassert(szS == 4 || szS == 8);
879 AMD64Instr* AMD64Instr_SseSF2SI ( Int szS, Int szD, HReg src, HReg dst ) { argument
882 i->Ain.SseSF2SI.szS = toUChar(szS);
886 vassert(szS == 4 || szS
[all...]
H A Dhost_amd64_defs.h604 UChar szS; /* 4 or 8 */ member in struct:__anon30799::__anon30800::__anon30832
611 UChar szS; /* 4 or 8 */ member in struct:__anon30799::__anon30800::__anon30833
730 extern AMD64Instr* AMD64Instr_SseSI2SF ( Int szS, Int szD, HReg src, HReg dst );
731 extern AMD64Instr* AMD64Instr_SseSF2SI ( Int szS, Int szD, HReg src, HReg dst );

Completed in 51 milliseconds