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

/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c427 #define CSTBIT_INST(NAME, OP, OPC1, DIFF, SHIFT, OPC2) \ macro
447 CSTBIT_INST ("cbitb", ui3, 0x700, 0x20, 19, 0x1FC),
448 CSTBIT_INST ("cbitw", ui4, 0x382, 0x10, 20, 0xBD),
449 CSTBIT_INST ("cbitd", ui5, 0x1C3, 0x8, 21, 0x7B),
453 CSTBIT_INST ("sbitb", ui3, 0x701, 0x20, 19, 0x1FD),
454 CSTBIT_INST ("sbitw", ui4, 0x383, 0x10, 20, 0xBE),
455 CSTBIT_INST ("sbitd", ui5, 0x1C4, 0x8, 21, 0x7C),
459 CSTBIT_INST ("tbitb", ui3, 0x702, 0x20, 19, 0x1FE),
460 CSTBIT_INST ("tbitw", ui4, 0x384, 0x10, 20, 0xBF),
461 CSTBIT_INST ("tbit
[all...]

Completed in 58 milliseconds