Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2157 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2166 __ Cbz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
2169 __ Cbnz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
2178 __ Cbz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
2181 __ Cbnz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
2190 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2193 __ Tbnz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2202 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2205 __ Tbnz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2212 __ B(cc, tlabel); in AssembleArchBranch()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp719 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local
721 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass()
724 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp719 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local
721 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass()
724 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc2998 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument
3013 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3019 __ Branch(tlabel, cc, kScratchReg2, Operand(kScratchReg)); in AssembleBranchToLabels()
3025 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3028 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3038 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3041 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
3049 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels()
3055 __ BranchTrueF(tlabel); in AssembleBranchToLabels()
3057 __ BranchFalseF(tlabel); in AssembleBranchToLabels()
[all …]
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc2785 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument
2800 __ Branch(tlabel, cc, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
2806 __ Branch(tlabel, lt, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
2809 __ Branch(tlabel, ge, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
2819 __ Branch(tlabel, ne, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
2822 __ Branch(tlabel, eq, kScratchReg, Operand(zero_reg)); in AssembleBranchToLabels()
2830 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleBranchToLabels()
2836 __ BranchTrueF(tlabel); in AssembleBranchToLabels()
2838 __ BranchFalseF(tlabel); in AssembleBranchToLabels()
2852 Label* tlabel = branch->true_label; in AssembleArchBranch() local
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2880 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2885 __ j(parity_even, tlabel); in AssembleArchBranch()
2887 __ j(FlagsConditionToCondition(branch->condition), tlabel); in AssembleArchBranch()
2909 Label* tlabel = branch->true_label; in AssembleArchDeoptBranch() local
2915 __ j(parity_even, tlabel); in AssembleArchDeoptBranch()
2917 __ j(FlagsConditionToCondition(branch->condition), tlabel); in AssembleArchDeoptBranch()
2933 __ jmp(tlabel); in AssembleArchDeoptBranch()
2953 Label* tlabel = ool->entry(); in AssembleArchTrap() local
2958 __ j(parity_even, tlabel); in AssembleArchTrap()
2960 __ j(FlagsConditionToCondition(condition), tlabel); in AssembleArchTrap()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2097 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2110 __ bunordered(tlabel, cr); in AssembleArchBranch()
2114 __ b(cond, tlabel, cr); in AssembleArchBranch()
2190 Label* tlabel = ool->entry(); in AssembleArchTrap() local
2202 __ bunordered(tlabel, cr); in AssembleArchTrap()
2206 __ b(cond, tlabel, cr); in AssembleArchTrap()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2757 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2769 __ bunordered(tlabel); in AssembleArchBranch()
2772 __ b(cond, tlabel); in AssembleArchBranch()
2847 Label* tlabel = ool->entry(); in AssembleArchTrap() local
2857 __ bunordered(tlabel); in AssembleArchTrap()
2860 __ b(cond, tlabel); in AssembleArchTrap()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3905 Label* tlabel = branch->true_label; in AssembleArchBranch() local
3910 __ j(parity_even, tlabel); in AssembleArchBranch()
3912 __ j(FlagsConditionToCondition(branch->condition), tlabel); in AssembleArchBranch()
3984 Label* tlabel = ool->entry(); in AssembleArchTrap() local
3989 __ j(parity_even, tlabel); in AssembleArchTrap()
3991 __ j(FlagsConditionToCondition(condition), tlabel); in AssembleArchTrap()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc2859 Label* tlabel = branch->true_label; in AssembleArchBranch() local
2862 __ b(cc, tlabel); in AssembleArchBranch()
2938 Label* tlabel = ool->entry(); in AssembleArchTrap() local
2940 __ b(cc, tlabel); in AssembleArchTrap()