Home
last modified time | relevance | path

Searched refs:num_labels (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c49 static unsigned num_labels; variable
63 struct asm_label *label = &labels[num_labels++]; in decl_label()
65 assert(num_labels < ARRAY_SIZE(labels)); in decl_label()
76 for (i = 0; i < num_labels; i++) { in resolve_label()
343 for (i = 0; i < num_labels; i++) { in emit_jumptable()
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h440 Label** labels, int num_labels) { in Switch()
451 reg, Operand(int64_t(num_labels))); in Switch()
466 __ BlockTrampolinePoolFor(num_labels * kInstrSize * 2); in Switch()
468 for (int i = 0; i < num_labels; ++i) { in Switch()
471 DCHECK_EQ(num_labels * 2, __ InstructionsGeneratedSince(&table)); in Switch()
439 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h461 Label** labels, int num_labels) { in Switch()
470 JumpIf(Condition::kUnsignedGreaterThanEqual, reg, Operand(num_labels), in Switch()
474 __ BlockConstPoolFor(num_labels); in Switch()
478 for (int i = 0; i < num_labels; ++i) { in Switch()
460 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h538 Label** labels, int num_labels) { in Switch()
549 JumpIf(Condition::kUnsignedGreaterThanEqual, reg, num_labels, &fallthrough); in Switch()
558 TurboAssembler::BlockPoolsScope block_pools(masm_, num_labels * kInstrSize); in Switch()
560 for (int i = 0; i < num_labels; ++i) { in Switch()
537 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h422 Label** labels, int num_labels) { in Switch()
431 __ cmp(reg, Immediate(num_labels)); in Switch()
438 for (int i = 0; i < num_labels; ++i) { in Switch()
421 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h432 Label** labels, int num_labels) { in Switch()
440 reg, Operand(num_labels)); in Switch()
442 __ GenerateSwitchTable(reg, num_labels, in Switch()
431 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h423 Label** labels, int num_labels) { in Switch()
431 __ cmpq(reg, Immediate(num_labels)); in Switch()
438 for (int i = 0; i < num_labels; ++i) { in Switch()
422 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c242 uint num_labels; member
1156 ASSERT(sx->num_labels < sx->max_labels); in Shader_add_label()
1158 sx->labels[sx->num_labels].d3d_label = d3d_label; in Shader_add_label()
1159 sx->labels[sx->num_labels].tgsi_insn_no = tgsi_insn_no; in Shader_add_label()
1160 sx->num_labels++; in Shader_add_label()
1271 sx.num_labels = 0; in Shader_tgsi_translate()
2280 for (j = 0; j < sx.num_labels; ++j) { in Shader_tgsi_translate()
2288 ASSERT(j < sx.num_labels); in Shader_tgsi_translate()
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h444 Label** labels, int num_labels) { in Switch()
452 reg, Operand(num_labels)); in Switch()
454 __ GenerateSwitchTable(reg, num_labels, in Switch()
443 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h594 Label** labels, int num_labels) { in Switch()
603 JumpIf(Condition::kUnsignedGreaterThanEqual, reg, Operand(num_labels), in Switch()
613 for (int i = 0; i < num_labels; ++i) { in Switch()
593 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h442 Label** labels, int num_labels) { in Switch()
450 reg, Operand(num_labels)); in Switch()
452 __ GenerateSwitchTable(reg, num_labels, in Switch()
441 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler.h184 int num_labels);
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h548 Label** labels, int num_labels) { in Switch()
547 Switch(Register reg, int case_value_base, Label** labels, int num_labels) Switch() argument

Completed in 19 milliseconds