HomeSort by relevance Sort by last modified time
    Searched refs:_br (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.h 362 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, function
366 void _br(CfgNode *Target) { Context.insert<InstARM32Br>(Target); } function
367 void _br(CfgNode *Target, CondARM32::Cond Condition) { function
370 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { function
683 // _br is a convenience wrapper that emits br instructions to Target.
684 void _br(const LowerInt1BranchTarget &BrTarget, function
689 _br(BrTarget.NodeTarget, Cond);
691 _br(BrTarget.LabelTarget, Cond);
699 _br(Target, Cond.WhenTrue1);
702 _br(Target, Cond.WhenTrue0)
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.h 182 void _br(CfgNode *Target) { Context.insert<InstMIPS32Br>(Target); } function in class:Ice::MIPS32::TargetMIPS32
184 void _br(CfgNode *Target, const InstMIPS32Label *Label) { function in class:Ice::MIPS32::TargetMIPS32
188 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, function in class:Ice::MIPS32::TargetMIPS32
194 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, function in class:Ice::MIPS32::TargetMIPS32
199 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, function in class:Ice::MIPS32::TargetMIPS32
    [all...]
IceTargetLoweringX86Base.h 563 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { function in class:Ice::X86NAMESPACE::TargetX86Base
567 void _br(CfgNode *Target) { function in class:Ice::X86NAMESPACE::TargetX86Base
570 void _br(BrCond Condition, CfgNode *Target) { function in class:Ice::X86NAMESPACE::TargetX86Base
573 void _br(BrCond Condition, InstX86Label *Label, function in class:Ice::X86NAMESPACE::TargetX86Base
    [all...]
IceTargetLoweringARM32.cpp     [all...]

Completed in 52 milliseconds