/third_party/mesa3d/src/intel/tools/ |
H A D | i965_asm.c | 132 struct target_label *tlabel; in i965_postprocess_labels() local 137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { in i965_postprocess_labels() 139 if (!strcmp(tlabel->name, ilabel->name)) { in i965_postprocess_labels() 142 int relative_offset = (tlabel->offset - ilabel->offset) / sizeof(brw_inst); in i965_postprocess_labels()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 1848 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() 1863 __ Branch(tlabel, cc, t8, Operand(zero_reg)); in AssembleBranchToLabels() 1872 __ Branch(tlabel, cc, scratch2, Operand(scratch)); in AssembleBranchToLabels() 1878 __ Branch(tlabel, lt, t8, Operand(zero_reg)); in AssembleBranchToLabels() 1881 __ Branch(tlabel, ge, t8, Operand(zero_reg)); in AssembleBranchToLabels() 1890 __ Branch(tlabel, ne, t8, Operand(zero_reg)); in AssembleBranchToLabels() 1893 __ Branch(tlabel, eq, t8, Operand(zero_reg)); in AssembleBranchToLabels() 1900 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels() 1907 __ Branch(tlabel, ne, i.TempRegister(0), Operand(zero_reg)); in AssembleBranchToLabels() 1913 __ BranchTrueF(tlabel); in AssembleBranchToLabels() 1846 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument 1929 Label* tlabel = branch->true_label; AssembleArchBranch() local 1996 Label* tlabel = ool->entry(); AssembleArchTrap() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 973 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local 975 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_cfg.cpp | 973 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local 975 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 1040 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local 1042 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 1045 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 3452 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() 3467 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3473 __ Branch(tlabel, cc, kScratchReg2, Operand(kScratchReg)); in AssembleBranchToLabels() 3479 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3482 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3491 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3494 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3501 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels() 3505 __ Branch(tlabel); in AssembleBranchToLabels() 3507 __ Branch(tlabel, c in AssembleBranchToLabels() 3450 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument 3540 Label* tlabel = branch->true_label; AssembleArchBranch() local 3606 Label* tlabel = ool->entry(); AssembleArchTrap() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 3792 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() 3807 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3813 __ Branch(tlabel, cc, kScratchReg2, Operand(kScratchReg)); in AssembleBranchToLabels() 3819 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3822 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3831 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3834 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3841 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels() 3848 __ Branch(tlabel, ne, i.TempRegister(0), Operand(zero_reg)); in AssembleBranchToLabels() 3854 __ BranchTrueF(tlabel); in AssembleBranchToLabels() 3790 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument 3870 Label* tlabel = branch->true_label; AssembleArchBranch() local 3937 Label* tlabel = ool->entry(); AssembleArchTrap() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 3611 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() 3626 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3632 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3635 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3644 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3647 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels() 3654 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels() 3661 __ Branch(tlabel, ne, i.TempRegister(0), Operand(zero_reg)); in AssembleBranchToLabels() 3667 __ BranchTrueF(tlabel); in AssembleBranchToLabels() 3669 __ BranchFalseF(tlabel); in AssembleBranchToLabels() 3609 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument 3683 Label* tlabel = branch->true_label; AssembleArchBranch() local 3748 Label* tlabel = ool->entry(); AssembleArchTrap() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4461 Label* tlabel = branch->true_label; in AssembleArchBranch() local 4466 __ j(parity_even, tlabel); in AssembleArchBranch() 4468 __ j(FlagsConditionToCondition(branch->condition), tlabel); in AssembleArchBranch() 4477 Label* tlabel = branch->true_label; in AssembleArchDeoptBranch() local 4483 __ j(parity_even, tlabel); in AssembleArchDeoptBranch() 4485 __ j(FlagsConditionToCondition(branch->condition), tlabel); in AssembleArchDeoptBranch() 4501 __ jmp(tlabel); in AssembleArchDeoptBranch() 4523 Label* tlabel = ool->entry(); in AssembleArchTrap() local 4528 __ j(parity_even, tlabel); in AssembleArchTrap() 4530 __ j(FlagsConditionToCondition(condition), tlabel); in AssembleArchTrap() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3809 Label* tlabel = branch->true_label; in AssembleArchBranch() local 3822 __ bunordered(tlabel, cr); in AssembleArchBranch() 3826 __ b(cond, tlabel, cr); in AssembleArchBranch() 3889 Label* tlabel = ool->entry(); in AssembleArchTrap() local 3901 __ bunordered(tlabel, cr); in AssembleArchTrap() 3905 __ b(cond, tlabel, cr); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3731 Label* tlabel = branch->true_label; in AssembleArchBranch() local 3736 __ j(parity_even, tlabel); in AssembleArchBranch() 3738 __ j(FlagsConditionToCondition(branch->condition), tlabel); in AssembleArchBranch() 3800 Label* tlabel = ool->entry(); in AssembleArchTrap() local 3805 __ j(parity_even, tlabel); in AssembleArchTrap() 3807 __ j(FlagsConditionToCondition(condition), tlabel); in AssembleArchTrap() local
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3206 Label* tlabel = branch->true_label; in AssembleArchBranch() local 3214 // Branching to flabel/tlabel according to what's expected by tests in AssembleArchBranch() 3218 __ bunordered(tlabel); in AssembleArchBranch() 3221 __ b(cond, tlabel); in AssembleArchBranch() 3284 Label* tlabel = ool->entry(); in AssembleArchTrap() local 3294 __ bunordered(tlabel); in AssembleArchTrap() 3297 __ b(cond, tlabel); in AssembleArchTrap()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3548 Label* tlabel = branch->true_label; in AssembleArchInstruction() 3551 __ b(cc, tlabel); in AssembleArchInstruction() 3614 Label* tlabel = ool->entry(); in AssembleArchInstruction() 3616 __ b(cc, tlabel); in AssembleArchInstruction()
|