Home
last modified time | relevance | path

Searched refs:prepare_operand (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Doptabs.c3752 prepare_operand (int icode, rtx x, int opnum, enum machine_mode mode, in prepare_operand() function
3795 x = prepare_operand (icode, x, 1, mode, wider_mode, unsignedp); in emit_cmp_and_jump_insn_1()
3796 y = prepare_operand (icode, y, 2, mode, wider_mode, unsignedp); in emit_cmp_and_jump_insn_1()
3806 x = prepare_operand (icode, x, 0, mode, wider_mode, unsignedp); in emit_cmp_and_jump_insn_1()
3818 x = prepare_operand (icode, x, 0, mode, wider_mode, unsignedp); in emit_cmp_and_jump_insn_1()
3819 y = prepare_operand (icode, y, 1, mode, wider_mode, unsignedp); in emit_cmp_and_jump_insn_1()
5590 op1 = prepare_operand (icode, op1, 0, mode, mode, 0); in gen_cond_trap()
5591 op2 = prepare_operand (icode, op2, 1, mode, mode, 0); in gen_cond_trap()
DChangeLog-19996725 (prepare_cmp_insn, prepare_operand): Declare.
6732 (prepare_operand): No longer static.
7907 (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
10767 (prepare_operand): New function.
DChangeLog-200313317 * optabs.c (prepare_operand): Fail gracefully instead of abort
13319 (gen_cond_trap): Allow prepare_operand to fail.
19698 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
20589 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
DChangeLog-200522928 prepare_operand emit_cmp_and_jump_insn_1, emit_cmp_and_jump_insns,
DChangeLog-20045727 * optabs.c (prepare_operand): Make it static.