Home
last modified time | relevance | path

Searched refs:DISPUB4 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h184 #define DISPUB4 (1 << 6) macro
187 #define DISPU4MAP (DISPUB4 | DISPUW4 | DISPUD4)
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c373 LD_REG_INST ("loadb", 0x0, 0x0, DISPUB4),
417 ST_REG_INST ("storb", 0x20, 0x4, DISPUB4),
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c1431 int mul = (instruction->flags & DISPUB4) ? 1 in check_range()