Deleted Added
full compact
aeabi_asm_float.S (273088) aeabi_asm_float.S (273471)
1/*
2 * Copyright (C) 2014 Andrew Turner
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27
28#include <machine/asm.h>
1/*
2 * Copyright (C) 2014 Andrew Turner
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27
28#include <machine/asm.h>
29__FBSDID("$FreeBSD: head/lib/libc/arm/aeabi/aeabi_asm_float.S 273088 2014-10-14 14:27:51Z andrew $");
29__FBSDID("$FreeBSD: stable/10/lib/libc/arm/aeabi/aeabi_asm_float.S 273471 2014-10-22 13:50:38Z andrew $");
30
31#define PCR_Z (1 << 30)
32#define PCR_C (1 << 29)
33
34/*
35 * These functions return the result in the CPSR register.
36 *
37 * For __aeabi_cfcmple:

--- 71 unchanged lines hidden ---
30
31#define PCR_Z (1 << 30)
32#define PCR_C (1 << 29)
33
34/*
35 * These functions return the result in the CPSR register.
36 *
37 * For __aeabi_cfcmple:

--- 71 unchanged lines hidden ---