Lines Matching refs:DEFINE_LONGS
14 #define DEFINE_LONGS(sym, val) \ macro
27 DEFINE_LONGS(HOST_RBX, RBX); in foo()
28 DEFINE_LONGS(HOST_RCX, RCX); in foo()
29 DEFINE_LONGS(HOST_RDI, RDI); in foo()
30 DEFINE_LONGS(HOST_RSI, RSI); in foo()
31 DEFINE_LONGS(HOST_RDX, RDX); in foo()
32 DEFINE_LONGS(HOST_RBP, RBP); in foo()
33 DEFINE_LONGS(HOST_RAX, RAX); in foo()
34 DEFINE_LONGS(HOST_R8, R8); in foo()
35 DEFINE_LONGS(HOST_R9, R9); in foo()
36 DEFINE_LONGS(HOST_R10, R10); in foo()
37 DEFINE_LONGS(HOST_R11, R11); in foo()
38 DEFINE_LONGS(HOST_R12, R12); in foo()
39 DEFINE_LONGS(HOST_R13, R13); in foo()
40 DEFINE_LONGS(HOST_R14, R14); in foo()
41 DEFINE_LONGS(HOST_R15, R15); in foo()
42 DEFINE_LONGS(HOST_ORIG_RAX, ORIG_RAX); in foo()
43 DEFINE_LONGS(HOST_CS, CS); in foo()
44 DEFINE_LONGS(HOST_SS, SS); in foo()
45 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
47 DEFINE_LONGS(HOST_FS, FS); in foo()
48 DEFINE_LONGS(HOST_GS, GS); in foo()
49 DEFINE_LONGS(HOST_DS, DS); in foo()
50 DEFINE_LONGS(HOST_ES, ES); in foo()
53 DEFINE_LONGS(HOST_IP, RIP); in foo()
54 DEFINE_LONGS(HOST_SP, RSP); in foo()