Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dz_Linux_asm.S48 # define KMP_LABEL(x) L_##x // form the name of label macro
76 # define KMP_LABEL(x) L_##x // local label macro
78 # define KMP_LABEL(x) .L_##x // local label hidden from backtraces macro
115 # define KMP_LABEL(x) L_##x // form the name of label macro
135 # define KMP_LABEL(x) .L_##x // local label hidden from backtraces macro
553 KMP_LABEL(invoke_2):
555 jg KMP_LABEL(invoke_4)
556 jmp KMP_LABEL(invoke_3)
558 KMP_LABEL(invoke_4):
565 jmp KMP_LABEL(invoke_2)
[all …]