Searched refs:input_mode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgexpand.cc | 2902 auto_vec<machine_mode> input_mode; in expand_asm_loc() local 2912 targetm.md_asm_adjust (output_rvec, input_rvec, input_mode, in expand_asm_loc() 3398 auto_vec<machine_mode, MAX_RECOG_OPERANDS> input_mode; in expand_asm_stmt() local 3401 input_mode.safe_grow (ninputs, true); in expand_asm_stmt() 3450 input_mode[i] = TYPE_MODE (type); in expand_asm_stmt() 3461 input_mode.safe_push (GET_MODE (o)); in expand_asm_stmt() 3476 = targetm.md_asm_adjust (output_rvec, input_rvec, input_mode, in expand_asm_stmt() 3518 = gen_rtx_ASM_INPUT_loc (input_mode[i], in expand_asm_stmt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgexpand.c | 3239 auto_vec<machine_mode, MAX_RECOG_OPERANDS> input_mode; in expand_asm_stmt() local 3242 input_mode.safe_grow (ninputs); in expand_asm_stmt() 3292 input_mode[i] = TYPE_MODE (type); in expand_asm_stmt() 3303 input_mode.safe_push (GET_MODE (o)); in expand_asm_stmt() 3359 = gen_rtx_ASM_INPUT_loc (input_mode[i], in expand_asm_stmt()
|