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

/vbox/src/recompiler/target-i386/
H A Dhelper.c605 int32_t sext; local
608 sext = (int64_t)addr >> 47;
609 if (sext != 0 && sext != -1) {
883 int32_t sext; local
886 sext = (int64_t)addr >> 47;
887 if (sext != 0 && sext != -1)

Completed in 47 milliseconds