Home
last modified time | relevance | path

Searched refs:check_gather (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog793 (OP_E_memory): New local variable check_gather. Extend mandatory
Di386-dis.c11769 bool check_gather = false; in OP_E_memory() local
11798 check_gather = ins->obufp == ins->op_out[1]; in OP_E_memory()
11991 if (check_gather) in OP_E_memory()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Di386-dis.c11862 bool check_gather = false; in OP_E_memory() local
11891 check_gather = ins->obufp == ins->op_out[1]; in OP_E_memory()
12084 if (check_gather) in OP_E_memory()
DChangeLog807 (OP_E_memory): New local variable check_gather. Extend mandatory