Searched refs:FPU_FPA_EXT_V2 (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | arm.h | 56 #define FPU_FPA_EXT_V2 0x20000000 /* LFM/SFM. */ macro 109 #define FPU_FPA (FPU_FPA_EXT_V1 | FPU_FPA_EXT_V2)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | arm-dis.c | 201 {FPU_FPA_EXT_V2, 0x0c000200, 0x0e100f00, "sfm%c\t%12-14f, %F, %A"}, 202 {FPU_FPA_EXT_V2, 0x0c100200, 0x0e100f00, "lfm%c\t%12-14f, %F, %A"},
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-arm.c | 102 #define FPU_FPA_EXT_V2 0x40000000 /* LFM/SFM. */ macro 111 #define FPU_ARCH_FPA (FPU_ARCH_FPE | FPU_FPA_EXT_V2) 1867 {"lfm", 0xec100200, 3, FPU_FPA_EXT_V2, do_fpa_ldmstm}, 1868 {"lfmfd", 0xec900200, 3, FPU_FPA_EXT_V2, do_fpa_ldmstm}, 1869 {"lfmea", 0xed100200, 3, FPU_FPA_EXT_V2, do_fpa_ldmstm}, 1870 {"sfm", 0xec000200, 3, FPU_FPA_EXT_V2, do_fpa_ldmstm}, 1871 {"sfmfd", 0xed000200, 3, FPU_FPA_EXT_V2, do_fpa_ldmstm}, 1872 {"sfmea", 0xec800200, 3, FPU_FPA_EXT_V2, do_fpa_ldmstm},
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-arm.c | 204 static const arm_feature_set fpu_fpa_ext_v2 = ARM_FEATURE (0, FPU_FPA_EXT_V2);
|