Home | History | Annotate | Download | only in test

Lines Matching defs:rdi

180         : "a" (rax), "b" (rbx), "c" (rcx), "d" (rdx), "S" (rsi), "D" (rdi));\
195 int64 rax, rbx, rcx, rdx, rsi, rdi, res;
201 rdi = 0x0020;
210 TEST_LEA("(%%rdi)");
217 TEST_LEA("0x40(%%rdi)");
224 TEST_LEA("0x4000(%%rdi)");
231 TEST_LEA("(%%rdi, %%rcx)");
1165 int64 rsi, rdi, rax, rcx, rflags;\
1168 rdi = (long)(str_buffer + sizeof(str_buffer) / 2) + 16;\
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,\