Home
last modified time | relevance | path

Searched refs:sp_reg (Results 1 – 4 of 4) sorted by relevance

/tools/objtool/
Dorc_gen.c25 orc->sp_reg = ORC_REG_UNDEFINED; in create_orc()
31 orc->sp_reg = ORC_REG_SP; in create_orc()
34 orc->sp_reg = ORC_REG_SP_INDIRECT; in create_orc()
37 orc->sp_reg = ORC_REG_BP; in create_orc()
40 orc->sp_reg = ORC_REG_BP_INDIRECT; in create_orc()
43 orc->sp_reg = ORC_REG_R10; in create_orc()
46 orc->sp_reg = ORC_REG_R13; in create_orc()
49 orc->sp_reg = ORC_REG_DI; in create_orc()
52 orc->sp_reg = ORC_REG_DX; in create_orc()
145 .sp_reg = ORC_REG_UNDEFINED, in create_orc_sections()
Dorc_dump.c198 print_reg(orc[i].sp_reg, orc[i].sp_offset); in orc_dump()
Dcheck.c1218 switch (hint->sp_reg) { in read_unwind_hints()
1245 insn->sec, insn->offset, hint->sp_reg); in read_unwind_hints()
/tools/arch/x86/include/asm/
Dorc_types.h76 unsigned sp_reg:4; member
91 u8 sp_reg; member