Searched refs:tlabel (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 408 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() local 416 __ j(equal, tlabel); in AssembleArchBranch() 419 __ j(parity_even, tlabel); in AssembleArchBranch() 422 __ j(not_equal, tlabel); in AssembleArchBranch() 425 __ j(less, tlabel); in AssembleArchBranch() 428 __ j(greater_equal, tlabel); in AssembleArchBranch() 431 __ j(less_equal, tlabel); in AssembleArchBranch() 434 __ j(greater, tlabel); in AssembleArchBranch() 440 __ j(below, tlabel); in AssembleArchBranch() 443 __ j(parity_even, tlabel); in AssembleArchBranch() [all …]
|
/external/chromium_org/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 480 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() local 487 __ B(eq, tlabel); in AssembleArchBranch() 490 __ B(vs, tlabel); in AssembleArchBranch() 493 __ B(ne, tlabel); in AssembleArchBranch() 496 __ B(lt, tlabel); in AssembleArchBranch() 499 __ B(ge, tlabel); in AssembleArchBranch() 502 __ B(le, tlabel); in AssembleArchBranch() 505 __ B(gt, tlabel); in AssembleArchBranch() 511 __ B(lo, tlabel); in AssembleArchBranch() 514 __ B(vs, tlabel); in AssembleArchBranch() [all …]
|
/external/chromium_org/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 454 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() local 461 __ b(eq, tlabel); in AssembleArchBranch() 464 __ b(vs, tlabel); in AssembleArchBranch() 467 __ b(ne, tlabel); in AssembleArchBranch() 470 __ b(lt, tlabel); in AssembleArchBranch() 473 __ b(ge, tlabel); in AssembleArchBranch() 476 __ b(le, tlabel); in AssembleArchBranch() 479 __ b(gt, tlabel); in AssembleArchBranch() 485 __ b(lo, tlabel); in AssembleArchBranch() 488 __ b(vs, tlabel); in AssembleArchBranch() [all …]
|
/external/chromium_org/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 630 Label* tlabel = code()->GetLabel(tblock); in AssembleArchBranch() local 638 __ j(equal, tlabel); in AssembleArchBranch() 641 __ j(parity_even, tlabel); in AssembleArchBranch() 644 __ j(not_equal, tlabel); in AssembleArchBranch() 647 __ j(less, tlabel); in AssembleArchBranch() 650 __ j(greater_equal, tlabel); in AssembleArchBranch() 653 __ j(less_equal, tlabel); in AssembleArchBranch() 656 __ j(greater, tlabel); in AssembleArchBranch() 662 __ j(below, tlabel); in AssembleArchBranch() 665 __ j(parity_even, tlabel); in AssembleArchBranch() [all …]
|