Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c11529 get8s (instr_info *ins, bfd_vma *res) in get8s() function
11868 if (!get8s (ins, &disp)) in OP_E_memory()
12044 if (!get8s (ins, &disp)) in OP_E_memory()
12396 if (!get8s (ins, &op)) in OP_sI()
12450 if (!get8s (ins, &disp)) in OP_J()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git52713 3) Introduce get16s and get8s functions to simplify the code.