Home
last modified time | relevance | path

Searched refs:OP_SIGNED (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dcrx-opc.c662 {16, arg_ic, OP_SIGNED}, /* i16 */
663 {32, arg_ic, OP_SIGNED}, /* i32 */
668 {8, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps9 */
669 {16, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps17 */
670 {24, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps25 */
671 {32, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED}, /* disps32 */
673 {8, arg_c, OP_EVEN|OP_SHIFT|OP_SIGNED|OP_ESC}, /* dispe9 */
678 {12, arg_cr, OP_SIGNED}, /* rbase_disps12 */
679 {16, arg_cr, OP_SIGNED}, /* rbase_disps16 */
680 {28, arg_cr, OP_SIGNED}, /* rbase_disps28 */
[all …]
Dcr16-opc.c556 {3, arg_ic, OP_SIGNED}, /* imm3 */
557 {4, arg_ic, OP_SIGNED}, /* imm4 */
558 {5, arg_ic, OP_SIGNED}, /* imm5 */
559 {6, arg_ic, OP_SIGNED}, /* imm6 */
560 {16, arg_ic, OP_SIGNED}, /* imm16 */
561 {20, arg_ic, OP_SIGNED}, /* imm20 */
562 {32, arg_ic, OP_SIGNED}, /* imm32 */
571 {5, arg_c, OP_EVEN|OP_SHIFT_DEC|OP_SIGNED}, /* disps5 */
/toolchain/binutils/binutils-2.25/include/opcode/
Dcrx.h227 #define OP_SIGNED (1 << 1) macro
Dcr16.h219 #define OP_SIGNED (1 << 1) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-crx.c1417 else if (flags & OP_SIGNED) in check_range()
Dtc-cr16.c2059 if (flags & OP_SIGNED) in check_range()