Searched refs:asm_operands (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfwprop.c1152 rtx use_insn = DF_REF_INSN (use), src, use_pat, asm_operands, new_rtx, *loc;
1168 asm_operands = NULL_RTX;
1172 asm_operands = use_pat;
1182 asm_operands = SET_SRC (use_pat);
1196 asm_operands = SET_SRC (XVECEXP (use_pat, 0, i));
1199 asm_operands = XVECEXP (use_pat, 0, i);
1205 gcc_assert (asm_operands && GET_CODE (asm_operands) == ASM_OPERANDS);
1206 for (i = 0; i < ASM_OPERANDS_INPUT_LENGTH (asm_operands); i++)
1208 loc = &ASM_OPERANDS_INPUT (asm_operands,
1148 rtx use_insn = DF_REF_INSN (use), src, use_pat, asm_operands, new_rtx, *loc; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dparser.c14516 tree asm_operands = NULL_TREE;
14549 asm_operands = tree_cons (build_tree_list (name, string_literal),
14551 asm_operands);
14560 return nreverse (asm_operands);
14514 tree asm_operands = NULL_TREE; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.c17548 tree asm_operands = NULL_TREE;
17587 asm_operands = tree_cons (build_tree_list (name, string_literal),
17589 asm_operands);
17598 return invalid_operands ? error_mark_node : nreverse (asm_operands);
17546 tree asm_operands = NULL_TREE; local

Completed in 226 milliseconds