Searched refs:FpLdStI (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.c758 i->Xin.FpLdStI.isLoad = isLoad;
759 i->Xin.FpLdStI.sz = sz;
760 i->Xin.FpLdStI.reg = reg;
761 i->Xin.FpLdStI.addr = addr;
1050 if (i->Xin.FpLdStI.isLoad) {
1051 vex_printf("gild%s ", i->Xin.FpLdStI.sz==8 ? "ll" :
1052 i->Xin.FpLdStI.sz==4 ? "l" : "w");
1053 ppX86AMode(i->Xin.FpLdStI.addr);
1055 ppHRegX86(i->Xin.FpLdStI.reg);
1057 vex_printf("gist%s ", i->Xin.FpLdStI
[all...]
H A Dhost_x86_defs.h534 } FpLdStI; member in union:__anon13328::__anon13329

Completed in 45 milliseconds