Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1451 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1458 __ j(equal, tlabel); in AssembleArchBranch()
1461 __ j(parity_even, tlabel); in AssembleArchBranch()
1464 __ j(not_equal, tlabel); in AssembleArchBranch()
1467 __ j(less, tlabel); in AssembleArchBranch()
1470 __ j(greater_equal, tlabel); in AssembleArchBranch()
1473 __ j(less_equal, tlabel); in AssembleArchBranch()
1476 __ j(greater, tlabel); in AssembleArchBranch()
1479 __ j(below, tlabel); in AssembleArchBranch()
1482 __ j(above_equal, tlabel); in AssembleArchBranch()
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1879 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1886 __ j(equal, tlabel); in AssembleArchBranch()
1889 __ j(parity_even, tlabel); in AssembleArchBranch()
1892 __ j(not_equal, tlabel); in AssembleArchBranch()
1895 __ j(less, tlabel); in AssembleArchBranch()
1898 __ j(greater_equal, tlabel); in AssembleArchBranch()
1901 __ j(less_equal, tlabel); in AssembleArchBranch()
1904 __ j(greater, tlabel); in AssembleArchBranch()
1907 __ j(below, tlabel); in AssembleArchBranch()
1910 __ j(above_equal, tlabel); in AssembleArchBranch()
[all …]
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1505 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1518 __ Branch(tlabel, cc, at, Operand(zero_reg)); in AssembleArchBranch()
1523 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1527 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1537 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1541 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1549 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleArchBranch()
1560 __ BranchF32(tlabel, nullptr, cc, left, right); in AssembleArchBranch()
1571 __ BranchF64(tlabel, nullptr, cc, left, right); in AssembleArchBranch()
1613 Label flabel, tlabel; in AssembleArchBoolean() local
[all …]
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1938 Label* tlabel = &tlabel_tmp; in AssembleArchBranch() local
1949 __ j(equal, tlabel); in AssembleArchBranch()
1952 __ j(parity_even, tlabel); in AssembleArchBranch()
1955 __ j(not_equal, tlabel); in AssembleArchBranch()
1958 __ j(less, tlabel); in AssembleArchBranch()
1961 __ j(greater_equal, tlabel); in AssembleArchBranch()
1964 __ j(less_equal, tlabel); in AssembleArchBranch()
1967 __ j(greater, tlabel); in AssembleArchBranch()
1970 __ j(below, tlabel); in AssembleArchBranch()
1973 __ j(above_equal, tlabel); in AssembleArchBranch()
[all …]
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1740 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1753 __ Branch(tlabel, cc, at, Operand(zero_reg)); in AssembleArchBranch()
1759 __ Branch(tlabel, cc, at, Operand(kScratchReg)); in AssembleArchBranch()
1764 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1768 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1778 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch()
1782 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch()
1790 __ Branch(tlabel, cc, i.InputRegister(0), i.InputOperand(1)); in AssembleArchBranch()
1801 __ BranchF32(tlabel, nullptr, cc, left, right); in AssembleArchBranch()
1812 __ BranchF64(tlabel, nullptr, cc, left, right); in AssembleArchBranch()
[all …]
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1556 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1564 __ Cbz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
1567 __ Cbnz(i.InputRegister32(0), tlabel); in AssembleArchBranch()
1575 __ Cbz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
1578 __ Cbnz(i.InputRegister64(0), tlabel); in AssembleArchBranch()
1586 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
1589 __ Tbnz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
1597 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
1600 __ Tbnz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
1607 __ B(cc, tlabel); in AssembleArchBranch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1767 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1779 __ bunordered(tlabel); in AssembleArchBranch()
1782 __ b(cond, tlabel); in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1745 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1758 __ bunordered(tlabel, cr); in AssembleArchBranch()
1762 __ b(cond, tlabel, cr); in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1359 Label* tlabel = branch->true_label; in AssembleArchBranch() local
1362 __ b(cc, tlabel); in AssembleArchBranch()
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc6357 RawMachineLabel tlabel; in TEST() local
6360 r.Branch(r.Parameter(0), &tlabel, &flabel); in TEST()
6361 r.Bind(&tlabel); in TEST()
6397 RawMachineLabel tlabel; in TEST() local
6403 r.Branch(r.WordEqual(frame, parent_frame), &tlabel, &flabel); in TEST()
6404 r.Bind(&tlabel); in TEST()