Searched refs:check_gpr (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin64-abi.c174 check_gpr (int line, int reg, long expected) function
297 check_gpr (__LINE__, 3, 1);
298 check_gpr (__LINE__, 4, 2);
302 check_gpr (__LINE__, 3, 45);
336 check_gpr(__LINE__, 3, 65);
343 check_gpr(__LINE__, 5, 66);
421 check_gpr (__LINE__, 3, 29);
422 check_gpr (__LINE__, 4, 334LL << 32 | floatcast);
429 check_gpr (__LINE__, 3, 31);
430 check_gpr (__LINE_
[all...]

Completed in 38 milliseconds