| /third_party/node/deps/v8/src/regexp/x64/ |
| D | regexp-macro-assembler-x64.cc | 892 Label init_loop; in GetCode() local 893 __ bind(&init_loop); in GetCode() 898 __ j(greater, &init_loop); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/mips/ |
| D | regexp-macro-assembler-mips.cc | 783 Label init_loop; in GetCode() local 784 __ bind(&init_loop); in GetCode() 788 __ Branch(&init_loop, ne, a2, Operand(zero_reg)); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/mips64/ |
| D | regexp-macro-assembler-mips64.cc | 820 Label init_loop; in GetCode() local 821 __ bind(&init_loop); in GetCode() 825 __ Branch(&init_loop, ne, a2, Operand(zero_reg)); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 855 Label init_loop; in GetCode() local 856 __ bind(&init_loop); in GetCode() 860 __ j(greater, &init_loop); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/loong64/ |
| D | regexp-macro-assembler-loong64.cc | 772 Label init_loop; in GetCode() local 773 __ bind(&init_loop); in GetCode() 777 __ Branch(&init_loop, ne, a2, Operand(zero_reg)); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 805 Label init_loop; in GetCode() local 806 __ bind(&init_loop); in GetCode() 809 __ b(ne, &init_loop); in GetCode()
|
| /third_party/alsa-utils/speaker-test/ |
| D | speaker-test.c | 855 static void init_loop(void) in init_loop() function 1211 init_loop(); in main()
|
| /third_party/node/deps/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 849 Label init_loop; in GetCode() local 850 __ bind(&init_loop); in GetCode() 853 __ BranchOnCount(r4, &init_loop); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/riscv64/ |
| D | regexp-macro-assembler-riscv64.cc | 807 Label init_loop; in GetCode() local 808 __ bind(&init_loop); in GetCode() 812 __ Branch(&init_loop, ne, a2, Operand(zero_reg)); in GetCode()
|
| /third_party/node/deps/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 864 Label init_loop; in GetCode() local 865 __ bind(&init_loop); in GetCode() 867 __ bdnz(&init_loop); in GetCode()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.cc | 1844 Label init_loop; in InitializeFieldsNoBarrier() local 1845 Bind(&init_loop); in InitializeFieldsNoBarrier() 1849 b(&init_loop, CC); in InitializeFieldsNoBarrier()
|