Home
last modified time | relevance | path

Searched refs:callarg2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c11172 ix86_expand_call (retval, fnaddr, callarg1, callarg2, pop) in ix86_expand_call() argument
11173 rtx retval, fnaddr, callarg1, callarg2, pop; in ix86_expand_call()
11192 if (TARGET_64BIT && INTVAL (callarg2) >= 0)
11195 emit_move_insn (al, callarg2);
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c13518 rtx callarg2 ATTRIBUTE_UNUSED, in ix86_expand_call()
13543 if (TARGET_64BIT && INTVAL (callarg2) >= 0) in ix86_expand_call()
13546 emit_move_insn (al, callarg2); in ix86_expand_call()