Home
last modified time | relevance | path

Searched refs:call_operand_address (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa-protos.h102 extern int call_operand_address (rtx, enum machine_mode);
Dpredicates.md33 ;; For 2.5 try to eliminate either call_operand_address or
36 (define_predicate "call_operand_address"
Dpa.md7607 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7622 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7647 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7671 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7688 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7706 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7732 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7758 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
7777 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
8077 (call (mem:SI (match_operand 1 "call_operand_address" ""))
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa-protos.h100 extern int call_operand_address PARAMS ((rtx, enum machine_mode));
Dpa.md5708 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
5971 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
5986 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6012 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6036 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6053 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6071 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6097 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6123 [(parallel [(call (mem:SI (match_operand 0 "call_operand_address" ""))
6142 [(call (mem:SI (match_operand 0 "call_operand_address" ""))
[all …]
Dpa.c356 call_operand_address (op, mode) in call_operand_address() function
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c707 call_operand_address (op, mode) in call_operand_address() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.01830 (call_operand_address): Mark parameter `mode' with ATTRIBUTE_UNUSED.
DChangeLog.22151 * pa.c (call_operand_address): Check for the correct mode.