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

/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c17913 int restore_pc = (insn_all_registers & (1 << 15)) ? 1 : 0; local
17930 if (!restore_pc)
17989 if (!restore_pc)
18026 if (!restore_pc)
18056 int restore_pc = (insn_all_registers & (1 << 15)) ? 1 : 0; local
18119 if (!wback && !restore_pc && !restore_rn)
18147 else if (wback && !restore_pc && !restore_rn)
18167 else if (!wback && restore_pc && !restore_rn)
18189 else if (wback && restore_pc && !restore_rn)
18216 else if (!wback && !restore_pc
[all...]

Completed in 170 milliseconds