Home
last modified time | relevance | path

Searched refs:get32s (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c59 static bfd_signed_vma get32s (instr_info *);
11628 disp = get32s (ins); in OP_E_memory()
11645 disp = get32s (ins); in OP_E_memory()
12024 get32s (instr_info *ins) in get32s() function
12184 op = get32s (ins); in OP_I()
12275 op = get32s (ins); in OP_sI()
12308 disp = get32s (ins); in OP_J()
H A DChangeLog-00011205 (get64, get32, get32s): New functions.
1226 (get64, get32s): New.
H A DChangeLog-2005376 (OP_J): Use get32s for obtaining the displacement also when rex64
H A DChangeLog-2020572 (get32, get32s): Use unsigned types in shift expressions.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c11569 get32s (instr_info *ins, bfd_vma *res) in get32s() function
11858 if (!get32s (ins, &disp)) in OP_E_memory()
11874 if (!get32s (ins, &disp)) in OP_E_memory()
12333 if (!get32s (ins, &op)) in OP_I()
12428 else if (!get32s (ins, &op)) in OP_sI()
12460 if (!get32s (ins, &disp)) in OP_J()
H A DChangeLog-00011205 (get64, get32, get32s): New functions.
1226 (get64, get32s): New.
H A DChangeLog-2005376 (OP_J): Use get32s for obtaining the displacement also when rex64
H A DChangeLog-2020572 (get32, get32s): Use unsigned types in shift expressions.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-00011205 (get64, get32, get32s): New functions.
1226 (get64, get32s): New.
H A DChangeLog-2005376 (OP_J): Use get32s for obtaining the displacement also when rex64
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-00011205 (get64, get32, get32s): New functions.
1226 (get64, get32s): New.
H A DChangeLog-2005376 (OP_J): Use get32s for obtaining the displacement also when rex64
H A DChangeLog-2020572 (get32, get32s): Use unsigned types in shift expressions.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git52710 2) Return get32s and get16 value in a bfd_vma, reducing the need for
125617 (get32, get32s): Don't use bfd_signed_vma here.