Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dintegrate.h96 rtvec copy_asm_operands_vector; member
Demit-rtl.c5069 static rtvec copy_asm_operands_vector; variable
5169 XVEC (copy, i) = copy_asm_operands_vector;
5204 copy_asm_operands_vector = ASM_OPERANDS_INPUT_VEC (copy);
5224 copy_asm_operands_vector = 0;
Dintegrate.c2251 ASM_OPERANDS_INPUT_VEC (copy) = map->copy_asm_operands_vector;
2433 map->copy_asm_operands_vector = ASM_OPERANDS_INPUT_VEC (copy);
DChangeLog.25806 orig_asm_operands_vector, copy_asm_operands_vector,
9138 copy_asm_operands_vector, copy_asm_constraints_vector): Delete
/openbsd/src/gnu/gcc/gcc/
Demit-rtl.c4807 static rtvec copy_asm_operands_vector; variable
4904 XVEC (copy, i) = copy_asm_operands_vector; in copy_insn_1()
4937 copy_asm_operands_vector = ASM_OPERANDS_INPUT_VEC (copy); in copy_insn_1()
4956 copy_asm_operands_vector = 0; in copy_insn()