Home
last modified time | relevance | path

Searched refs:inout_opnum (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c655 int *inout_opnum = XALLOCAVEC (int, noutputs); in expand_asm_operands() local
854 inout_opnum[ninout++] = i; in expand_asm_operands()
970 int j = inout_opnum[i]; in expand_asm_operands()
/dragonfly/contrib/gcc-8.0/gcc/
HDcfgexpand.c3037 auto_vec<int, MAX_RECOG_OPERANDS> inout_opnum; in expand_asm_stmt() local
3113 inout_opnum.safe_push (i); in expand_asm_stmt()
3173 unsigned ninout = inout_opnum.length(); in expand_asm_stmt()
3176 int j = inout_opnum[i]; in expand_asm_stmt()