Home
last modified time | relevance | path

Searched refs:condexec_test_operator (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v-protos.h57 extern int condexec_test_operator PARAMS ((rtx, enum machine_mode));
H A Dd30v.md2477 (if_then_else (match_operator:CC 3 "condexec_test_operator"
3020 (if_then_else:QI (match_operator:CC 1 "condexec_test_operator"
3036 (if_then_else:QI (match_operator:CC 1 "condexec_test_operator"
3048 (if_then_else:QI (match_operator:CC 1 "condexec_test_operator"
3066 (if_then_else:QI (match_operator:CC 1 "condexec_test_operator"
3101 (match_operator:CC 1 "condexec_test_operator"
3117 (if_then_else:HI (match_operator:CC 1 "condexec_test_operator"
3129 (if_then_else:HI (match_operator:CC 1 "condexec_test_operator"
3182 (match_operator:CC 1 "condexec_test_operator"
3263 (match_operator:CC 1 "condexec_test_operator"
[all …]
H A Dd30v.c1110 condexec_test_operator (op, mode) in condexec_test_operator() function