Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c329 fetch_code (struct disassemble_info *info, const uint8_t *until) in fetch_code() function
360 if (!fetch_code (ins->info, ins->codep + 1)) in fetch_modrm()
8461 if (!fetch_code (ins->info, ins->codep + 1)) in ckprefix()
8497 if (!fetch_code (ins->info, ins->codep + 1)) in ckprefix()
8827 if (!fetch_code (ins->info, ins->codep + 2)) in get_valid_dis386()
8887 if (!fetch_code (ins->info, ins->codep + 3)) in get_valid_dis386()
8951 if (!fetch_code (ins->info, ins->codep + 3)) in get_valid_dis386()
9020 if (!fetch_code (ins->info, ins->codep + 2)) in get_valid_dis386()
9063 if (!fetch_code (ins->info, ins->codep + 4)) in get_valid_dis386()
9226 if (!fetch_code (ins->info, ins->codep + 2)) in get_sib()
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git47324 state). As a result, fetch_code()'s 2nd parameter can then also become
53746 Make them return boolean and convert FETCH_DATA() uses to fetch_code().
53763 uses to fetch_code().