Lines Matching defs:rax
180 : "a" (rax), "b" (rbx), "c" (rcx), "d" (rdx), "S" (rsi), "D" (rdi));\
195 int64 rax, rbx, rcx, rdx, rsi, rdi, res;
196 rax = 0x0001;
205 TEST_LEA("(%%rax)");
212 TEST_LEA("0x40(%%rax)");
219 TEST_LEA("0x4000(%%rax)");
226 TEST_LEA("(%%rax, %%rcx)");
233 TEST_LEA("0x40(%%rax, %%rcx)");
240 TEST_LEA("(,%%rax, 2)");
244 TEST_LEA("0x40(,%%rax, 2)");
1165 int64 rsi, rdi, rax, rcx, rflags;\
1169 rax = 0x12345678;\
1179 : "=S" (rsi), "=D" (rdi), "=a" (rax), "=c" (rcx), "=g" (rflags)\
1180 : "0" (rsi), "1" (rdi), "2" (rax), "3" (rcx));\
1182 REP #OP size, rsi, rdi, rax, rcx,\