Home
last modified time | relevance | path

Searched refs:CALL_V4_SET_FP_ARGS (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h1467 #define CALL_V4_SET_FP_ARGS 0x00000004 /* V.4, FP args were passed */ macro
1481 ((INTVAL (OP) & (CALL_V4_CLEAR_FP_ARGS | CALL_V4_SET_FP_ARGS)) != 0)
H A Drs6000.md11235 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
11256 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
11284 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
11296 (match_test "(INTVAL (operands[2]) & (CALL_V4_SET_FP_ARGS | CALL_V4_CLEAR_FP_ARGS))"))
11300 (match_test "(INTVAL (operands[2]) & (CALL_V4_SET_FP_ARGS | CALL_V4_CLEAR_FP_ARGS))"))
11313 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
11334 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
11354 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
11383 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
11408 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
[all …]
H A Drs6000-call.cc1666 ? CALL_V4_SET_FP_ARGS in rs6000_function_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1473 #define CALL_V4_SET_FP_ARGS 0x00000004 /* V.4, FP args were passed */ macro
1487 ((INTVAL (OP) & (CALL_V4_CLEAR_FP_ARGS | CALL_V4_SET_FP_ARGS)) != 0)
H A Drs6000.md10507 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
10528 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
10556 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
10568 (match_test "(INTVAL (operands[2]) & (CALL_V4_SET_FP_ARGS | CALL_V4_CLEAR_FP_ARGS))"))
10572 (match_test "(INTVAL (operands[2]) & (CALL_V4_SET_FP_ARGS | CALL_V4_CLEAR_FP_ARGS))"))
10585 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
10606 if (INTVAL (operands[2]) & CALL_V4_SET_FP_ARGS)
10626 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
10655 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
10680 if (INTVAL (operands[3]) & CALL_V4_SET_FP_ARGS)
[all …]
H A Drs6000-call.c7089 ? CALL_V4_SET_FP_ARGS in rs6000_function_arg()