cpu.h (26c470a7bb4233454137de1062341ad48947f252) | cpu.h (5110e6836b7fa698b0c383fbd5dffbee035935d3) |
---|---|
1/* 2 * ARM virtual CPU header 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 1428 unchanged lines hidden (view full) --- 1437 ARM_FEATURE_VFP3, 1438 ARM_FEATURE_VFP_FP16, 1439 ARM_FEATURE_NEON, 1440 ARM_FEATURE_THUMB_DIV, /* divide supported in Thumb encoding */ 1441 ARM_FEATURE_M, /* Microcontroller profile. */ 1442 ARM_FEATURE_OMAPCP, /* OMAP specific CP15 ops handling. */ 1443 ARM_FEATURE_THUMB2EE, 1444 ARM_FEATURE_V7MP, /* v7 Multiprocessing Extensions */ | 1/* 2 * ARM virtual CPU header 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 1428 unchanged lines hidden (view full) --- 1437 ARM_FEATURE_VFP3, 1438 ARM_FEATURE_VFP_FP16, 1439 ARM_FEATURE_NEON, 1440 ARM_FEATURE_THUMB_DIV, /* divide supported in Thumb encoding */ 1441 ARM_FEATURE_M, /* Microcontroller profile. */ 1442 ARM_FEATURE_OMAPCP, /* OMAP specific CP15 ops handling. */ 1443 ARM_FEATURE_THUMB2EE, 1444 ARM_FEATURE_V7MP, /* v7 Multiprocessing Extensions */ |
1445 ARM_FEATURE_V7VE, /* v7 Virtualization Extensions (non-EL2 parts) */ |
|
1445 ARM_FEATURE_V4T, 1446 ARM_FEATURE_V5, 1447 ARM_FEATURE_STRONGARM, 1448 ARM_FEATURE_VAPA, /* cp15 VA to PA lookups */ 1449 ARM_FEATURE_ARM_DIV, /* divide supported in ARM encoding */ 1450 ARM_FEATURE_VFP4, /* VFPv4 (implies that NEON is v2) */ 1451 ARM_FEATURE_GENERIC_TIMER, 1452 ARM_FEATURE_MVFR, /* Media and VFP Feature Registers 0 and 1 */ --- 1532 unchanged lines hidden --- | 1446 ARM_FEATURE_V4T, 1447 ARM_FEATURE_V5, 1448 ARM_FEATURE_STRONGARM, 1449 ARM_FEATURE_VAPA, /* cp15 VA to PA lookups */ 1450 ARM_FEATURE_ARM_DIV, /* divide supported in ARM encoding */ 1451 ARM_FEATURE_VFP4, /* VFPv4 (implies that NEON is v2) */ 1452 ARM_FEATURE_GENERIC_TIMER, 1453 ARM_FEATURE_MVFR, /* Media and VFP Feature Registers 0 and 1 */ --- 1532 unchanged lines hidden --- |