Searched refs:branch_cmp (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.md | 1000 ;; arguments into the branch_cmp array, and the type into 1022 branch_cmp[0] = operands[0]; 1023 branch_cmp[1] = operands[1]; 1037 branch_cmp[0] = operands[0]; 1038 branch_cmp[1] = const0_rtx; 1405 operands[1] = branch_cmp[0]; 1406 operands[2] = branch_cmp[1]; 1433 operands[1] = branch_cmp[0]; 1434 operands[2] = branch_cmp[1]; 1460 operands[1] = branch_cmp[0]; [all …]
|
| H A D | iq2000.h | 1078 extern rtx branch_cmp[2];
|
| H A D | iq2000.c | 123 rtx branch_cmp[2]; variable 1009 rtx cmp0 = branch_cmp[0]; in gen_conditional_branch() 1010 rtx cmp1 = branch_cmp[1]; in gen_conditional_branch()
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.md | 1168 branch_cmp[0] = operands[0]; 1169 branch_cmp[1] = operands[1]; 1179 branch_cmp[0] = operands[0]; 1180 branch_cmp[1] = const0_rtx; 1191 branch_cmp[0] = operands[0]; 1192 branch_cmp[1] = operands[1]; 1646 operands[1] = gen_rtx_EQ (SImode, branch_cmp[0], branch_cmp[1]); 1657 operands[1] = gen_rtx_NE (SImode, branch_cmp[0], branch_cmp[1]); 1668 operands[1] = gen_rtx_GT (SImode, branch_cmp[0], branch_cmp[1]); 1679 operands[1] = gen_rtx_GE (SImode, branch_cmp[0], branch_cmp[1]); [all …]
|
| H A D | xtensa.c | 75 rtx branch_cmp[2]; variable 772 rtx cmp0 = branch_cmp[0]; in xtensa_expand_conditional_branch() 773 rtx cmp1 = branch_cmp[1]; in xtensa_expand_conditional_branch() 819 rtx op0 = branch_cmp[0]; in gen_conditional_move() 820 rtx op1 = branch_cmp[1]; in gen_conditional_move()
|
| H A D | xtensa.h | 40 extern struct rtx_def * branch_cmp[2]; /* operands for compare */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.md | 1399 branch_cmp[0] = operands[0]; 1400 branch_cmp[1] = operands[1]; 1411 branch_cmp[0] = operands[0]; 1412 branch_cmp[1] = const0_rtx; 1424 branch_cmp[0] = operands[0]; 1425 branch_cmp[1] = operands[1]; 1918 operands[1] = gen_rtx (EQ, SImode, branch_cmp[0], branch_cmp[1]); 1929 operands[1] = gen_rtx (NE, SImode, branch_cmp[0], branch_cmp[1]); 1940 operands[1] = gen_rtx (GT, SImode, branch_cmp[0], branch_cmp[1]); 1951 operands[1] = gen_rtx (GE, SImode, branch_cmp[0], branch_cmp[1]); [all …]
|
| H A D | xtensa.c | 72 rtx branch_cmp[2]; variable 1088 rtx cmp0 = branch_cmp[0]; 1089 rtx cmp1 = branch_cmp[1]; 1136 rtx op0 = branch_cmp[0]; 1137 rtx op1 = branch_cmp[1];
|
| H A D | xtensa.h | 41 extern struct rtx_def * branch_cmp[2]; /* operands for compare */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 301 rtx branch_cmp[2]; variable 3365 rtx cmp0 = branch_cmp[0]; 3366 rtx cmp1 = branch_cmp[1]; 3440 rtx op0 = branch_cmp[0]; 3441 rtx op1 = branch_cmp[1]; 3442 enum machine_mode mode = GET_MODE (branch_cmp[0]); 3468 op0 = force_reg (mode, branch_cmp[1]); 3469 op1 = branch_cmp[0]; 3473 op0 = force_reg (mode, branch_cmp[1]); 3474 op1 = branch_cmp[0]; [all …]
|
| H A D | mips.md | 7807 ;; arguments into the branch_cmp array, and the type into 7829 branch_cmp[0] = operands[0]; 7830 branch_cmp[1] = operands[1]; 7844 branch_cmp[0] = operands[0]; 7845 branch_cmp[1] = const0_rtx; 7860 branch_cmp[0] = operands[0]; 7861 branch_cmp[1] = operands[1]; 7875 branch_cmp[0] = operands[0]; 7876 branch_cmp[1] = const0_rtx; 7891 branch_cmp[0] = operands[0]; [all …]
|
| H A D | mips.h | 161 extern GTY(()) rtx branch_cmp[2]; /* operands for compare */
|