Searched refs:FPU_VFP_EXT_V3 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | arm.h | 75 #define FPU_VFP_EXT_V3 0x00800000 /* VFPv3 double-precision. */ macro 150 #define FPU_VFP_V3D16 (FPU_VFP_V2 | FPU_VFP_EXT_V3xD | FPU_VFP_EXT_V3) 161 | FPU_VFP_EXT_V3 | FPU_NEON_EXT_V1 | FPU_VFP_EXT_D32)
|
D | ChangeLog | 1618 * arm.h (FPU_VFP_EXT_V3): Define constant.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | arm-dis.c | 364 {FPU_VFP_EXT_V3, 0x0eba0b40, 0x0fbe0f50, "vcvt%c.f64.%16?us%7?31%7?26\t%z1, %z1, #%5,0-3k"}, 368 {FPU_VFP_EXT_V3, 0x0ebe0b40, 0x0fbe0f50, "vcvt%c.%16?us%7?31%7?26.f64\t%z1, %z1, #%5,0-3k"}, 371 {FPU_VFP_EXT_V3, 0x0eb00b00, 0x0fb00ff0, "vmov%c.f64\t%z1, #%0-3,16-19d"},
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 228 static const arm_feature_set fpu_vfp_ext_v3 = ARM_FEATURE (0, FPU_VFP_EXT_V3); 233 ARM_FEATURE (0, FPU_NEON_EXT_V1 | FPU_VFP_EXT_V3);
|