Lines Matching refs:is64
142 IS64 receives the 'sf' field from the decoded instruction.
150 aarch64_decode_cb (CORE_ADDR addr, uint32_t insn, int *is64, int *is_cbnz,
158 *is64 = (insn >> 31) & 0x1;
210 IS64 receives size field from the decoded instruction.
218 int *is64, unsigned *rt, int32_t *offset)
229 *is64 = 1;
232 *is64 = (insn >> 30) & 0x1;
240 *is64 ? "x" : "w", *rt);
265 int is64;
281 else if (aarch64_decode_cb (data->insn_addr, insn, &is64, &is_cbnz, &rn,
283 visitor->cb (offset, is_cbnz, rn, is64, data);
289 else if (aarch64_decode_ldr_literal (data->insn_addr, insn, &is_sw, &is64,
291 visitor->ldr_literal (offset, is_sw, rt, is64, data);