Home
last modified time | relevance | path

Searched defs:testl (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/
H A Dx86-32.s510 testl %ecx, -24(%ebp) label
512 testl -24(%ebp), %ecx label
H A Dx86-16.s396 testl %ecx, -24(%ebp) label
398 testl -24(%ebp), %ecx label
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020510-1.c46 testl (unsigned long l, int ok) in testl() function
/openbsd-src/regress/lib/libm/complex/
H A Dcomplex.c20 #define testl(f, r, i) ( \ macro
/openbsd-src/regress/lib/libm/msun/
H A Drem_test.c142 testl(long double x, long double y, long double expected_rem, int expected_quo) in testl() function
H A Dnext_test.c56 #define testl(exp, ans, ex) do { \ macro