Searched defs:tbranch (Results 1 - 11 of 11) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c139 struct expression *tbranch, struct expression *fbranch)
144 args[1] = tbranch;
138 new_exp_3(enum operator op, struct expression *bexp, struct expression *tbranch, struct expression *fbranch) argument
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc1734 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1736 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1425 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1427 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/
H A Dinstruction-selector.cc787 BasicBlock* tbranch = block->SuccessorAt(0); local
789 if (tbranch == fbranch) return VisitGoto(tbranch);
790 return VisitBranch(input, tbranch, fbranch);
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1303 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1305 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc1760 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1762 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1697 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1699 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc1553 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1555 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc1801 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1803 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc1459 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
1461 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc2180 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch, argument
2182 FlagsContinuation cont(kNotEqual, tbranch, fbranch);

Completed in 93 milliseconds