HomeSort by: relevance | last modified time | path
    Searched defs:is_tbnz (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.c 175 IS_TBNZ receives the 'op' field from the decoded instruction.
183 aarch64_decode_tb (CORE_ADDR addr, uint32_t insn, int *is_tbnz,
191 *is_tbnz = (insn >> 24) & 0x1;
197 *is_tbnz ? "tbnz" : "tbz", *rt, *bit,
268 int is_tbnz; local
284 else if (aarch64_decode_tb (data->insn_addr, insn, &is_tbnz, &bit, &rt,
286 visitor->tb (offset, is_tbnz, rt, bit, data);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.c 175 IS_TBNZ receives the 'op' field from the decoded instruction.
183 aarch64_decode_tb (CORE_ADDR addr, uint32_t insn, int *is_tbnz,
191 *is_tbnz = (insn >> 24) & 0x1;
197 *is_tbnz ? "tbnz" : "tbz", *rt, *bit,
268 int is_tbnz; local
284 else if (aarch64_decode_tb (data->insn_addr, insn, &is_tbnz, &bit, &rt,
286 visitor->tb (offset, is_tbnz, rt, bit, data);

Completed in 22 milliseconds