Searched refs:FPU_VFP_EXT_V2 (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/binutils/include/opcode/ |
| HD | arm.h | 61 #define FPU_VFP_EXT_V2 0x02000000 /* ARM10E VFPr1. */ macro 112 #define FPU_VFP_V2 (FPU_VFP_V1 | FPU_VFP_EXT_V2) 114 #define FPU_VFP_HARD (FPU_VFP_EXT_V1xD | FPU_VFP_EXT_V1 | FPU_VFP_EXT_V2 \
|
| /trueos/contrib/binutils/opcodes/ |
| HD | arm-dis.c | 318 {FPU_VFP_EXT_V2, 0x0c400a10, 0x0ff00fd0, "fmsrr%c\t%y4, %12-15r, %16-19r"}, 319 {FPU_VFP_EXT_V2, 0x0c400b10, 0x0ff00fd0, "fmdrr%c\t%z0, %12-15r, %16-19r"}, 320 {FPU_VFP_EXT_V2, 0x0c500a10, 0x0ff00fd0, "fmrrs%c\t%12-15r, %16-19r, %y4"},
|
| /trueos/contrib/binutils/gas/ |
| HD | ChangeLog-0203 | 7336 (FPU_VFP_EXT_V2): Define.
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 218 static const arm_feature_set fpu_vfp_ext_v2 = ARM_FEATURE (0, FPU_VFP_EXT_V2);
|