Searched refs:bit_code (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 21819 int cmp_code, tree treeop0, tree treeop1, int bit_code) in aarch64_gen_ccmp_next() argument 21877 if (bit_code != AND) in aarch64_gen_ccmp_next()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 25360 int cmp_code, tree treeop0, tree treeop1, int bit_code) in aarch64_gen_ccmp_next() argument 25418 if (bit_code != AND) in aarch64_gen_ccmp_next()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | target.def | 2710 @var{bit_code} is @code{AND} or @code{IOR}, which is the op on the compares.", 2711 …rtx_insn **prep_seq, rtx_insn **gen_seq, rtx prev, int cmp_code, tree op0, tree op1, int bit_code),
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 11886 …r{gen_seq}, rtx @var{prev}, int @var{cmp_code}, tree @var{op0}, tree @var{op1}, int @var{bit_code}) 11898 @var{bit_code} is @code{AND} or @code{IOR}, which is the op on the compares.
|