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

/macosx-10.9.5/cctools-845/include/opcode/
H A Darm.h27 #define ARM_EXT_V4 0x00000020 /* Allow half word loads. */ macro
75 #define ARM_AEXT_V4xM (ARM_AEXT_V3 | ARM_EXT_V4)
76 #define ARM_AEXT_V4 (ARM_AEXT_V3M | ARM_EXT_V4)
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Darm.h27 #define ARM_EXT_V4 0x00000020 /* Allow half word loads. */ macro
75 #define ARM_AEXT_V4xM (ARM_AEXT_V3 | ARM_EXT_V4)
76 #define ARM_AEXT_V4 (ARM_AEXT_V3M | ARM_EXT_V4)
/macosx-10.9.5/cctools-845/as/
H A Darm.c205 static const arm_feature_set arm_ext_v4 = ARM_FEATURE (ARM_EXT_V4, 0);

Completed in 164 milliseconds