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

/macosx-10.9.5/cctools-845/include/opcode/
H A Darm.h57 #define FPU_FPA_EXT_V2 0x20000000 /* LFM/SFM. */ macro
116 #define FPU_FPA (FPU_FPA_EXT_V1 | FPU_FPA_EXT_V2)
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Darm.h57 #define FPU_FPA_EXT_V2 0x20000000 /* LFM/SFM. */ macro
116 #define FPU_FPA (FPU_FPA_EXT_V1 | FPU_FPA_EXT_V2)
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c239 {FPU_FPA_EXT_V2, 0x0c000200, 0x0e100f00, "sfm%c\t%12-14f, %F, %A"},
240 {FPU_FPA_EXT_V2, 0x0c100200, 0x0e100f00, "lfm%c\t%12-14f, %F, %A"},
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c1180 {FPU_FPA_EXT_V2, 0x0c000200, 0x0e100f00, "sfm%c\t%12-14f, %F, %A"},
1181 {FPU_FPA_EXT_V2, 0x0c100200, 0x0e100f00, "lfm%c\t%12-14f, %F, %A"},
/macosx-10.9.5/cctools-845/as/
H A Darm.c239 static const arm_feature_set fpu_fpa_ext_v2 = ARM_FEATURE (0, FPU_FPA_EXT_V2);

Completed in 285 milliseconds