Searched refs:has_offset (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-i386-intel.c26 int has_offset; /* 1 if operand has offset. */ member in struct:__anon872
386 intel_state.has_offset = 1;
580 intel_state.has_offset = 0;
622 else if (!intel_state.has_offset
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386-intel.c26 int has_offset; /* 1 if operand has offset. */ member in struct:__anon406
416 intel_state.has_offset = 1;
623 intel_state.has_offset = 0;
665 else if (!intel_state.has_offset
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386-intel.c26 int has_offset; /* 1 if operand has offset. */ member in struct:__anon390
421 intel_state.has_offset = 1;
628 intel_state.has_offset = 0;
671 else if (!intel_state.has_offset
/netbsd-current/sys/dev/pci/
H A Dif_ixl.c6293 uint64_t *offset, bool has_offset)
6306 if (__predict_true(has_offset)) {
6292 ixl_stat_delta(struct ixl_softc *sc, uint32_t reg_hi, uint32_t reg_lo, uint64_t *offset, bool has_offset) argument

Completed in 214 milliseconds