Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
Dcmpxchg.h24ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __as… argument
Dasm.h100 #define REG_L ld
134 #define INT_L ld
179 #define LONG_L ld
231 #define PTR_L ld
/bionic/libc/arch-mips/include/machine/
Dasm.h158 #define REG_L ld
179 #define PTR_L ld
/bionic/tests/
Dmath_test.cpp1166 long double ld = remquol(13.0, 4.0, &q); in TEST() local
1168 ASSERT_FLOAT_EQ(1.0, ld); in TEST()