Home
last modified time | relevance | path

Searched refs:true_cond (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dwait.t211 my $true_cond :shared;
214 my $cond = \$true_cond;
H A Dwaithires.t242 my $true_cond :shared;
246 my $cond = \$true_cond;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c8624 rs6000_emit_cmove (dest, op, true_cond, false_cond) in rs6000_emit_cmove() argument
8627 rtx true_cond;
8644 if (GET_MODE (true_cond) != result_mode)
8654 return rs6000_emit_int_cmove (dest, op, true_cond, false_cond);
8664 temp = true_cond;
8665 true_cond = false_cond;
8687 || (! rtx_equal_p (op0, true_cond)
8688 && ! rtx_equal_p (op1, true_cond))))
8706 temp = true_cond;
8707 true_cond = false_cond;
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c11887 rs6000_emit_cmove (rtx dest, rtx op, rtx true_cond, rtx false_cond) in rs6000_emit_cmove() argument
11904 if (GET_MODE (true_cond) != result_mode) in rs6000_emit_cmove()
11914 return rs6000_emit_int_cmove (dest, op, true_cond, false_cond); in rs6000_emit_cmove()
11938 temp = true_cond; in rs6000_emit_cmove()
11939 true_cond = false_cond; in rs6000_emit_cmove()
11961 || (! rtx_equal_p (op0, true_cond) in rs6000_emit_cmove()
11962 && ! rtx_equal_p (op1, true_cond)))) in rs6000_emit_cmove()
11984 temp = true_cond; in rs6000_emit_cmove()
11985 true_cond = false_cond; in rs6000_emit_cmove()
12031 true_cond, false_cond))); in rs6000_emit_cmove()
[all …]