Home
last modified time | relevance | path

Searched refs:NoLabel (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h806 constexpr InstMIPS32Label *NoLabel = nullptr; in create() local
808 InstMIPS32Br(Func, NoCondTarget, Target, NoLabel, CondMIPS32::AL); in create()
822 constexpr InstMIPS32Label *NoLabel = nullptr; in create() local
824 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, NoLabel, Cond); in create()
830 constexpr InstMIPS32Label *NoLabel = nullptr; in create() local
832 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, NoLabel, Cond); in create()
DIceInstARM32.h1083 constexpr InstARM32Label *NoLabel = nullptr; in create() local
1085 InstARM32Br(Func, TargetTrue, TargetFalse, NoLabel, Predicate); in create()
1090 constexpr InstARM32Label *NoLabel = nullptr; in create() local
1092 InstARM32Br(Func, NoCondTarget, Target, NoLabel, CondARM32::AL); in create()
1101 constexpr InstARM32Label *NoLabel = nullptr; in create() local
1103 InstARM32Br(Func, Target, NoUncondTarget, NoLabel, Predicate); in create()
DIceInstX86Base.h383 constexpr InstX86Label *NoLabel = nullptr; in create() local
385 InstX86Br(Func, TargetTrue, TargetFalse, NoLabel, Condition, Kind); in create()
390 constexpr InstX86Label *NoLabel = nullptr; in create() local
392 InstX86Br(Func, NoCondTarget, Target, NoLabel, Cond::Br_None, Kind); in create()
401 constexpr InstX86Label *NoLabel = nullptr; in create() local
403 InstX86Br(Func, Target, NoUncondTarget, NoLabel, Condition, Kind); in create()