Home
last modified time | relevance | path

Searched refs:ARM_EXT_V5T (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Darm.h30 #define ARM_EXT_V5T 0x00000100 /* Improved interworking. */ macro
102 #define ARM_AEXT_V5TxM (ARM_AEXT_V5xM | ARM_EXT_V4T | ARM_EXT_V5T)
103 #define ARM_AEXT_V5T (ARM_AEXT_V5 | ARM_EXT_V4T | ARM_EXT_V5T)
DChangeLog1872 * arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T.
/toolchain/binutils/binutils-2.25/opcodes/
Darm-dis.c1340 {ARM_EXT_V5T, 0xbe00, 0xff00, "bkpt\t%0-7x"}, /* Is always unconditional. */
1342 {ARM_EXT_V5T, 0x4780, 0xff87, "blx%c\t%3-6r%x"}, /* note: 4 bit register number. */
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c181 static const arm_feature_set arm_ext_v5t = ARM_FEATURE (ARM_EXT_V5T, 0);