Home
last modified time | relevance | path

Searched refs:JITC_POP_ALL (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/goom/goom2k4-0/src/
H A Djitc_x86.h200 #define JITC_POP_ALL(jitc) { jitc_add(jitc,"pop edi"); jitc_add(jitc,"pop esi"); jitc_add(jitc,"po… macro
H A Djitc_x86.c487 JITC_POP_ALL(jitc); in jitc_validate_func()