Searched refs:AX (Results 1 – 4 of 4) sorted by relevance
4 #define AX 0 macro32 movq %rax, AX(%rdi)68 movl %eax, AX(%edi)
21 dwarf_regs[0] = REG(AX); in libdw__arch_set_initial_registers()32 dwarf_regs[0] = REG(AX); in libdw__arch_set_initial_registers()
14 SMPL_REG(AX, PERF_REG_X86_AX),
202 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not …