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

/macosx-10.9.5/cctools-845/include/opcode/
H A Darm.h30 #define ARM_EXT_V5T 0x00000100 /* Improved interworking. */ macro
81 #define ARM_AEXT_V5TxM (ARM_AEXT_V5xM | ARM_EXT_V4T | ARM_EXT_V5T)
82 #define ARM_AEXT_V5T (ARM_AEXT_V5 | ARM_EXT_V4T | ARM_EXT_V5T)
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Darm.h30 #define ARM_EXT_V5T 0x00000100 /* Improved interworking. */ macro
81 #define ARM_AEXT_V5TxM (ARM_AEXT_V5xM | ARM_EXT_V4T | ARM_EXT_V5T)
82 #define ARM_AEXT_V5T (ARM_AEXT_V5 | ARM_EXT_V4T | ARM_EXT_V5T)
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c1072 {ARM_EXT_V5T, 0xbe00, 0xff00, "bkpt\t%0-7x"}, /* Is always unconditional. */
1074 {ARM_EXT_V5T, 0x4780, 0xff87, "blx%c\t%3-6r%x"}, /* note: 4 bit register number. */
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c2059 {ARM_EXT_V5T, 0xbe00, 0xff00, "bkpt\t%0-7x"}, /* Is always unconditional. */
2061 {ARM_EXT_V5T, 0x4780, 0xff87, "blx%c\t%3-6r%x"}, /* note: 4 bit register number. */
/macosx-10.9.5/cctools-845/as/
H A Darm.c210 static const arm_feature_set arm_ext_v5t = ARM_FEATURE (ARM_EXT_V5T, 0);

Completed in 208 milliseconds