Home
last modified time | relevance | path

Searched defs:ld (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
Dcmpxchg.h24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R100… argument
/bionic/tests/
Dmath_test.cpp1166 long double ld = remquol(13.0, 4.0, &q); in TEST() local