Home
last modified time | relevance | path

Searched refs:INSNLEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/disas/
H A Dmips.c3523 #define INSNLEN 4 macro
4342 info->target = (delta << 2) + pc + INSNLEN; in print_insn_args()
4462 info->target = (delta << 2) + pc + INSNLEN; in print_insn_args()
4469 info->target = (delta << 2) + pc + INSNLEN; in print_insn_args()
4691 info->target = (delta << 2) + pc + INSNLEN; in print_insn_args()
4958 info->bytes_per_chunk = INSNLEN; in print_insn_mips()
5031 return INSNLEN; in print_insn_mips()
5039 return INSNLEN; in print_insn_mips()
5053 bfd_byte buffer[INSNLEN]; in _print_insn_mips()
5077 status = (*info->read_memory_func) (memaddr, buffer, INSNLEN, info); in _print_insn_mips()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1511 if (PRINT_FIELD(INSNLEN)) in perf_sample__fprintf_insn()