Home
last modified time | relevance | path

Searched refs:asm_op (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dlra-assigns.c1795 rtx asm_op = extract_asm_operands (PATTERN (insn)); in lra_split_hard_reg_for() local
1796 ASM_OPERANDS_TEMPLATE (asm_op) = ggc_strdup (""); in lra_split_hard_reg_for()
1797 ASM_OPERANDS_INPUT_VEC (asm_op) = rtvec_alloc (0); in lra_split_hard_reg_for()
1798 ASM_OPERANDS_INPUT_CONSTRAINT_VEC (asm_op) = rtvec_alloc (0); in lra_split_hard_reg_for()
H A Drecog.c1473 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); in asm_noperands() local
1476 if (asm_op == NULL) in asm_noperands()
1524 != ASM_OPERANDS_INPUT_VEC (asm_op)) in asm_noperands()
1539 return (ASM_OPERANDS_INPUT_LENGTH (asm_op) in asm_noperands()
1540 + ASM_OPERANDS_LABEL_LENGTH (asm_op) + n_sets); in asm_noperands()
H A Dfunction.c1782 rtx asm_op = extract_asm_operands (PATTERN (insn)); in instantiate_virtual_regs_in_insn() local
1783 ASM_OPERANDS_TEMPLATE (asm_op) = ggc_strdup (""); in instantiate_virtual_regs_in_insn()
1784 ASM_OPERANDS_INPUT_VEC (asm_op) = rtvec_alloc (0); in instantiate_virtual_regs_in_insn()
1785 ASM_OPERANDS_INPUT_CONSTRAINT_VEC (asm_op) = rtvec_alloc (0); in instantiate_virtual_regs_in_insn()
H A Doptabs.c6419 rtx asm_op, clob; in expand_asm_memory_blockage() local
6421 asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, "", "", 0, in expand_asm_memory_blockage()
6424 MEM_VOLATILE_P (asm_op) = 1; in expand_asm_memory_blockage()
6430 emit_insn (gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, asm_op, clob))); in expand_asm_memory_blockage()
H A Dcfgexpand.c2744 rtx asm_op, clob; in expand_asm_loc() local
2760 asm_op = body; in expand_asm_loc()
2764 XVECEXP (body, 0, 0) = asm_op; in expand_asm_loc()
/dragonfly/contrib/gcc-4.7/gcc/
H A Drecog.c1425 rtx asm_op = extract_asm_operands (CONST_CAST_RTX (body)); in asm_noperands() local
1428 if (asm_op == NULL) in asm_noperands()
1466 != ASM_OPERANDS_INPUT_VEC (asm_op)) in asm_noperands()
1481 return (ASM_OPERANDS_INPUT_LENGTH (asm_op) in asm_noperands()
1482 + ASM_OPERANDS_LABEL_LENGTH (asm_op) + n_sets); in asm_noperands()
H A Doptabs.c7590 rtx asm_op, clob; in expand_asm_memory_barrier() local
7592 asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, empty_string, empty_string, 0, in expand_asm_memory_barrier()
7595 MEM_VOLATILE_P (asm_op) = 1; in expand_asm_memory_barrier()
7601 emit_insn (gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, asm_op, clob))); in expand_asm_memory_barrier()