Searched refs:exp_input (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 23364 rtx mem, rtx exp_input, rtx new_input, in ix86_expand_cmpxchg_loop() argument 23419 rtx low_exp_input = gen_lowpart (hmode, exp_input); in ix86_expand_cmpxchg_loop() 23421 rtx high_exp_input = gen_highpart (hmode, exp_input); in ix86_expand_cmpxchg_loop() 23430 emit_cmp_and_jump_insns (new_mem, exp_input, NE, NULL_RTX, in ix86_expand_cmpxchg_loop() 23431 GET_MODE (exp_input), 1, cmp_label, in ix86_expand_cmpxchg_loop() 23436 emit_insn (gendw (target_val, mem, exp_input, in ix86_expand_cmpxchg_loop() 23441 emit_insn (gen (target_val, mem, exp_input, new_input, mem_model)); in ix86_expand_cmpxchg_loop()
|