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

  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.c 143 IS_CBNZ receives the 'op' field from the decoded instruction.
150 aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64, int *is_cbnz,
159 *is_cbnz = (insn >> 24) & 0x1;
164 *is_cbnz ? "cbnz" : "cbz",
267 int is_cbnz; local
281 else if (aarch64_decode_cb (data->insn_addr, insn, &is64, &is_cbnz, &rn,
283 visitor->cb (offset, is_cbnz, rn, is64, data);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.c 143 IS_CBNZ receives the 'op' field from the decoded instruction.
150 aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64, int *is_cbnz,
159 *is_cbnz = (insn >> 24) & 0x1;
164 *is_cbnz ? "cbnz" : "cbz",
267 int is_cbnz; local
281 else if (aarch64_decode_cb (data->insn_addr, insn, &is64, &is_cbnz, &rn,
283 visitor->cb (offset, is_cbnz, rn, is64, data);

Completed in 21 milliseconds