Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c453 int64_t implied_hint; in insert_boe() local
457 implied_hint = hint_mask; in insert_boe()
459 implied_hint = hint_mask & ~1; in insert_boe()
463 if (implied_hint == 0) in insert_boe()
466 && (value & hint_mask) != implied_hint) in insert_boe()
474 value |= implied_hint; in insert_boe()
486 int64_t implied_hint; in extract_boe() local
490 implied_hint = hint_mask; in extract_boe()
492 implied_hint = hint_mask & ~1; in extract_boe()
495 || implied_hint == 0 in extract_boe()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c452 int64_t implied_hint; in insert_boe() local
456 implied_hint = hint_mask; in insert_boe()
458 implied_hint = hint_mask & ~1; in insert_boe()
462 if (implied_hint == 0) in insert_boe()
465 && (value & hint_mask) != implied_hint) in insert_boe()
473 value |= implied_hint; in insert_boe()
485 int64_t implied_hint; in extract_boe() local
489 implied_hint = hint_mask; in extract_boe()
491 implied_hint = hint_mask & ~1; in extract_boe()
494 || implied_hint == 0 in extract_boe()
[all …]