Home
last modified time | relevance | path

Searched refs:X86_PREFIX (Results 1 – 3 of 3) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/play/unix/
H A Dfpuset.c165 # undef X86_PREFIX
167 # define X86_PREFIX "r" macro
169 # define X86_PREFIX "e" macro
188 __asm __volatile ("pushf\n\t pop %%"X86_PREFIX"ax" : "=a" (x)); in u_fpu_detect()
191 __asm __volatile ("push %%"X86_PREFIX"ax\n\t popf" : : "a" (x)); in u_fpu_detect()
192 __asm __volatile ("pushf\n\t pop %%"X86_PREFIX"ax" : "=a" (x)); in u_fpu_detect()
196 __asm __volatile ("push %%"X86_PREFIX"ax\n\t popf" : : "a" (y)); in u_fpu_detect()
198 __asm __volatile ("mov %%"X86_PREFIX"bx, %%"X86_PREFIX"si \n\t" in u_fpu_detect()
200 "xchg %%"X86_PREFIX"bx, %%"X86_PREFIX"si" in u_fpu_detect()
/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/disasm-lib/
H A Ddisasm_x86.h20 #define X86_PREFIX(a) ((a)->MnemonicFlags == ITYPE_EXT_PREFIX) macro
H A Ddisasm_x86.c1014 …if (IS_AMD64() && (Opcode >= REX_PREFIX_START && Opcode <= REX_PREFIX_END) && X86_PREFIX((&X86_Opc… in X86_GetInstruction()
1024 if (X86_PREFIX(X86Opcode)) in X86_GetInstruction()
1256 assert(!X86_PREFIX(X86Opcode)); in X86_GetInstruction()