Searched refs:REG_INIT_LOC (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A Dinit.h31 #define REG_INIT_LOC(c, rlc, ruc) \ macro
39 c->dwarf.loc[RAX] = REG_INIT_LOC(c, rax, RAX);
40 c->dwarf.loc[RDX] = REG_INIT_LOC(c, rdx, RDX);
41 c->dwarf.loc[RCX] = REG_INIT_LOC(c, rcx, RCX);
42 c->dwarf.loc[RBX] = REG_INIT_LOC(c, rbx, RBX);
43 c->dwarf.loc[RSI] = REG_INIT_LOC(c, rsi, RSI);
44 c->dwarf.loc[RDI] = REG_INIT_LOC(c, rdi, RDI);
45 c->dwarf.loc[RBP] = REG_INIT_LOC(c, rbp, RBP);
46 c->dwarf.loc[RSP] = REG_INIT_LOC(c, rsp, RSP);
47 c->dwarf.loc[R8] = REG_INIT_LOC(
[all...]

Completed in 86 milliseconds