Searched refs:FPU_VFP_EXT_V3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Darm.h62 #define FPU_VFP_EXT_V3 0x01000000 /* VFPv3 insns. */ macro
113 #define FPU_VFP_V3 (FPU_VFP_V2 | FPU_VFP_EXT_V3)
115 | FPU_VFP_EXT_V3 | FPU_NEON_EXT_V1)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darm-dis.c309 {FPU_VFP_EXT_V3, 0x0eba0a40, 0x0fbe0f50, "f%16?us%7?lhtos%c\t%y1, #%5,0-3k"},
310 {FPU_VFP_EXT_V3, 0x0eba0b40, 0x0fbe0f50, "f%16?us%7?lhtod%c\t%z1, #%5,0-3k"},
313 {FPU_VFP_EXT_V3, 0x0ebe0a40, 0x0fbe0f50, "fto%16?us%7?lhs%c\t%y1, #%5,0-3k"},
314 {FPU_VFP_EXT_V3, 0x0ebe0b40, 0x0fbe0f50, "fto%16?us%7?lhd%c\t%z1, #%5,0-3k"},
316 {FPU_VFP_EXT_V3, 0x0eb00a00, 0x0fb00ff0, "fconsts%c\t%y1, #%0-3,16-19d"},
317 {FPU_VFP_EXT_V3, 0x0eb00b00, 0x0fb00ff0, "fconstd%c\t%z1, #%0-3,16-19d"},
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c219 static const arm_feature_set fpu_vfp_ext_v3 = ARM_FEATURE (0, FPU_VFP_EXT_V3);
222 ARM_FEATURE (0, FPU_NEON_EXT_V1 | FPU_VFP_EXT_V3);

Completed in 184 milliseconds