Lines Matching refs:REG_INIT_LOC
32 # define REG_INIT_LOC(c, rlc, ruc) \ macro
36 # define REG_INIT_LOC(c, rlc, ruc) \ macro
40 # define REG_INIT_LOC(c, rlc, ruc) \ macro
49 c->dwarf.loc[RAX] = REG_INIT_LOC(c, rax, RAX); in common_init()
50 c->dwarf.loc[RDX] = REG_INIT_LOC(c, rdx, RDX); in common_init()
51 c->dwarf.loc[RCX] = REG_INIT_LOC(c, rcx, RCX); in common_init()
52 c->dwarf.loc[RBX] = REG_INIT_LOC(c, rbx, RBX); in common_init()
53 c->dwarf.loc[RSI] = REG_INIT_LOC(c, rsi, RSI); in common_init()
54 c->dwarf.loc[RDI] = REG_INIT_LOC(c, rdi, RDI); in common_init()
55 c->dwarf.loc[RBP] = REG_INIT_LOC(c, rbp, RBP); in common_init()
56 c->dwarf.loc[RSP] = REG_INIT_LOC(c, rsp, RSP); in common_init()
57 c->dwarf.loc[R8] = REG_INIT_LOC(c, r8, R8); in common_init()
58 c->dwarf.loc[R9] = REG_INIT_LOC(c, r9, R9); in common_init()
59 c->dwarf.loc[R10] = REG_INIT_LOC(c, r10, R10); in common_init()
60 c->dwarf.loc[R11] = REG_INIT_LOC(c, r11, R11); in common_init()
61 c->dwarf.loc[R12] = REG_INIT_LOC(c, r12, R12); in common_init()
62 c->dwarf.loc[R13] = REG_INIT_LOC(c, r13, R13); in common_init()
63 c->dwarf.loc[R14] = REG_INIT_LOC(c, r14, R14); in common_init()
64 c->dwarf.loc[R15] = REG_INIT_LOC(c, r15, R15); in common_init()
65 c->dwarf.loc[RIP] = REG_INIT_LOC(c, rip, RIP); in common_init()