Lines Matching refs:KMP_LABEL
49 # define KMP_LABEL(x) L_##x // form the name of label macro
77 # define KMP_LABEL(x) L_##x // local label macro
79 # define KMP_LABEL(x) .L_##x // local label hidden from backtraces macro
116 # define KMP_LABEL(x) L_##x // form the name of label macro
136 # define KMP_LABEL(x) .L_##x // local label hidden from backtraces macro
627 KMP_LABEL(invoke_2):
629 jg KMP_LABEL(invoke_4)
630 jmp KMP_LABEL(invoke_3)
632 KMP_LABEL(invoke_4):
639 jmp KMP_LABEL(invoke_2)
641 KMP_LABEL(invoke_3):
1227 js KMP_LABEL(kmp_0) // jump to movq
1228 jmp KMP_LABEL(kmp_0_exit) // jump ahead
1229 KMP_LABEL(kmp_0):
1231 KMP_LABEL(kmp_0_exit):
1252 je KMP_LABEL(kmp_invoke_pass_parms) // jump ahead if no parms to push
1259 KMP_LABEL(kmp_invoke_push_parms):
1271 jecxz KMP_LABEL(kmp_invoke_pass_parms) // stop when four p_argv[] parms left
1272 jmp KMP_LABEL(kmp_invoke_push_parms)
1274 KMP_LABEL(kmp_invoke_pass_parms): // put 1st - 6th parms to pkfn in registers.
1285 jns KMP_LABEL(kmp_4) // jump to movq
1286 jmp KMP_LABEL(kmp_4_exit) // jump ahead
1287 KMP_LABEL(kmp_4):
1289 KMP_LABEL(kmp_4_exit):
1292 jns KMP_LABEL(kmp_3) // jump to movq
1293 jmp KMP_LABEL(kmp_3_exit) // jump ahead
1294 KMP_LABEL(kmp_3):
1296 KMP_LABEL(kmp_3_exit):
1299 jns KMP_LABEL(kmp_2) // jump to movq
1300 jmp KMP_LABEL(kmp_2_exit) // jump ahead
1301 KMP_LABEL(kmp_2):
1303 KMP_LABEL(kmp_2_exit):
1306 jns KMP_LABEL(kmp_1) // jump to movq
1307 jmp KMP_LABEL(kmp_1_exit) // jump ahead
1308 KMP_LABEL(kmp_1):
1310 KMP_LABEL(kmp_1_exit):
1436 cbz w9, KMP_LABEL(kmp_1)
1440 cbz w9, KMP_LABEL(kmp_1)
1444 cbz w9, KMP_LABEL(kmp_1)
1448 cbz w9, KMP_LABEL(kmp_1)
1452 cbz w9, KMP_LABEL(kmp_1)
1456 cbz w9, KMP_LABEL(kmp_1)
1459 KMP_LABEL(kmp_0):
1461 cbz w9, KMP_LABEL(kmp_1)
1464 b KMP_LABEL(kmp_0)
1465 KMP_LABEL(kmp_1):