Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c2547 enum rtx_code x_code = GET_CODE (x); in nvptx_print_operand() local
2568 if (x_code == SUBREG) in nvptx_print_operand()
2621 switch (x_code) in nvptx_print_operand()
2676 || x_code == EQ || x_code == NE in nvptx_print_operand()
2677 || x_code == GEU || x_code == GTU in nvptx_print_operand()
2678 || x_code == LEU || x_code == LTU) in nvptx_print_operand()
2685 switch (x_code) in nvptx_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc2900 enum rtx_code x_code = GET_CODE (x); in nvptx_print_operand() local
2959 if (x_code == SUBREG) in nvptx_print_operand()
3012 switch (x_code) in nvptx_print_operand()
3067 || x_code == EQ || x_code == NE in nvptx_print_operand()
3068 || x_code == GEU || x_code == GTU in nvptx_print_operand()
3069 || x_code == LEU || x_code == LTU) in nvptx_print_operand()
3076 switch (x_code) in nvptx_print_operand()