Home
last modified time | relevance | path

Searched refs:ASM_OPERANDS_INPUT (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Drecog.c1554 operand_locs[i] = &ASM_OPERANDS_INPUT (asmop, i - 1);
1556 operands[i] = ASM_OPERANDS_INPUT (asmop, i - 1);
1587 operand_locs[i] = &ASM_OPERANDS_INPUT (asmop, i);
1589 operands[i] = ASM_OPERANDS_INPUT (asmop, i);
1629 operand_locs[i + nout] = &ASM_OPERANDS_INPUT (asmop, i);
1631 operands[i + nout] = ASM_OPERANDS_INPUT (asmop, i);
1651 operand_locs[i] = &ASM_OPERANDS_INPUT (asmop, i);
1653 operands[i] = ASM_OPERANDS_INPUT (asmop, i);
H A Dresource.c299 mark_referenced_resources (ASM_OPERANDS_INPUT (x, i), res, 0);
828 mark_set_resources (ASM_OPERANDS_INPUT (x, i), res, in_dest,
H A Dcse.c2448 hash += (canon_hash (ASM_OPERANDS_INPUT (x, i),
2449 GET_MODE (ASM_OPERANDS_INPUT (x, i)))
2455 x = ASM_OPERANDS_INPUT (x, 0);
2664 if (! exp_equiv_p (ASM_OPERANDS_INPUT (x, i),
2665 ASM_OPERANDS_INPUT (y, i),
3732 validate_change (insn, &ASM_OPERANDS_INPUT (x, i),
3733 fold_rtx (ASM_OPERANDS_INPUT (x, i), insn), 0);
H A Dstmt.c1763 ASM_OPERANDS_INPUT (body, i) = op;
1778 ASM_OPERANDS_INPUT (body, i)
1779 = protect_from_queue (ASM_OPERANDS_INPUT (body, i), 0);
1790 ASM_OPERANDS_INPUT (body, ninputs - ninout + i)
1893 ASM_OPERANDS_INPUT (obody, opno)))
H A Dgcse.c1717 hash += (hash_expr_1 (ASM_OPERANDS_INPUT (x, i),
1718 GET_MODE (ASM_OPERANDS_INPUT (x, i)),
1725 x = ASM_OPERANDS_INPUT (x, 0);
1875 if (! expr_equiv_p (ASM_OPERANDS_INPUT (x, i),
1876 ASM_OPERANDS_INPUT (y, i))
H A Drtlanal.c788 if (reg_overlap_mentioned_p (x, ASM_OPERANDS_INPUT (body, i)))
1683 (*fun) (&ASM_OPERANDS_INPUT (body, i), data);
H A Dsched-deps.c863 sched_analyze_2 (deps, ASM_OPERANDS_INPUT (x, j), insn);
H A Drtl.h1088 #define ASM_OPERANDS_INPUT(RTX, N) XCVECEXP (RTX, 3, N, ASM_OPERANDS) macro
H A Dflow.c3979 mark_used_regs (pbi, ASM_OPERANDS_INPUT (x, j), cond, insn);
H A Ddf.c1171 df_uses_record (df, &ASM_OPERANDS_INPUT (x, j),
H A DChangeLog.721318 (ASM_OPERANDS_INPUT): Likewise.
/openbsd/gnu/gcc/gcc/
H A Drecog.c1489 operand_locs[i] = &ASM_OPERANDS_INPUT (asmop, i - 1); in decode_asm_operands()
1491 operands[i] = ASM_OPERANDS_INPUT (asmop, i - 1); in decode_asm_operands()
1522 operand_locs[i] = &ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1524 operands[i] = ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1564 operand_locs[i + nout] = &ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1566 operands[i + nout] = ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1586 operand_locs[i] = &ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1588 operands[i] = ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
H A Dresource.c289 mark_referenced_resources (ASM_OPERANDS_INPUT (x, i), res, 0); in mark_referenced_resources()
808 mark_set_resources (ASM_OPERANDS_INPUT (x, i), res, in_dest, in mark_set_resources()
H A Dcse.c2383 hash += (hash_rtx (ASM_OPERANDS_INPUT (x, i), in hash_rtx()
2384 GET_MODE (ASM_OPERANDS_INPUT (x, i)), in hash_rtx()
2392 x = ASM_OPERANDS_INPUT (x, 0); in hash_rtx()
2609 if (! exp_equiv_p (ASM_OPERANDS_INPUT (x, i), in exp_equiv_p()
2610 ASM_OPERANDS_INPUT (y, i), in exp_equiv_p()
3746 validate_change (insn, &ASM_OPERANDS_INPUT (x, i), in fold_rtx()
3747 fold_rtx (ASM_OPERANDS_INPUT (x, i), insn), 0); in fold_rtx()
7374 count_reg_usage (ASM_OPERANDS_INPUT (x, i), counts, dest, incr); in count_reg_usage()
H A Dstmt.c944 ASM_OPERANDS_INPUT (body, i) = op; in expand_asm_operands()
965 ASM_OPERANDS_INPUT (body, ninputs - ninout + i) in expand_asm_operands()
1068 ASM_OPERANDS_INPUT (obody, opno))) in expand_asm_operands()
H A Drtlanal.c679 if (reg_overlap_mentioned_p (x, ASM_OPERANDS_INPUT (body, i))) in reg_referenced_p()
1399 (*fun) (&ASM_OPERANDS_INPUT (body, i), data); in note_uses()
H A Ddf-scan.c1435 df_uses_record (dflow, &ASM_OPERANDS_INPUT (x, j), in df_uses_record()
H A Dsched-deps.c1071 sched_analyze_2 (deps, ASM_OPERANDS_INPUT (x, j), insn); in sched_analyze_2()
H A Drtl.h1082 #define ASM_OPERANDS_INPUT(RTX, N) XCVECEXP (RTX, 3, N, ASM_OPERANDS) macro
H A Dflow.c4188 mark_used_regs (pbi, ASM_OPERANDS_INPUT (x, j), cond, insn); in mark_used_regs()
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c4895 if (rtx_needs_barrier (ASM_OPERANDS_INPUT (x, i), flags, pred))
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.c5598 if (rtx_needs_barrier (ASM_OPERANDS_INPUT (x, i), flags, pred)) in rtx_needs_barrier()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c8174 summarize_insn (ASM_OPERANDS_INPUT (x, i), sum, 0);
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c8606 summarize_insn (ASM_OPERANDS_INPUT (x, i), sum, 0); in summarize_insn()