Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dprint-rtl.c438 locator_file (ASM_INPUT_SOURCE_LOCATION (in_rtx)), in print_rtx()
439 locator_line (ASM_INPUT_SOURCE_LOCATION (in_rtx))); in print_rtx()
H A Drtl.h1320 #define ASM_INPUT_SOURCE_LOCATION(RTX) XCUINT (RTX, 1, ASM_INPUT) macro
H A Dfinal.c2301 loc = expand_location (ASM_INPUT_SOURCE_LOCATION (body)); in final_scan_insn()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprint-rtl.c417 if (ASM_INPUT_SOURCE_LOCATION (in_rtx) != UNKNOWN_LOCATION) in print_rtx_operand_code_i()
419 LOCATION_FILE (ASM_INPUT_SOURCE_LOCATION (in_rtx)), in print_rtx_operand_code_i()
420 LOCATION_LINE (ASM_INPUT_SOURCE_LOCATION (in_rtx))); in print_rtx_operand_code_i()
H A Drecog.c1617 *loc = ASM_INPUT_SOURCE_LOCATION (asmop); in decode_asm_operands()
H A Dfinal.c2744 loc = expand_location (ASM_INPUT_SOURCE_LOCATION (body)); in final_scan_insn_1()
H A Drtl.h2541 #define ASM_INPUT_SOURCE_LOCATION(RTX) XCUINT (RTX, 1, ASM_INPUT)