Searched refs:RuleChecks (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 725 EmitChecks RuleChecks, const char *InstName); 731 EmitChecks RuleChecks, const char *InstName); 737 EmitChecks RuleChecks, const char *InstName);
|
D | IceAssemblerARM32.cpp | 800 EmitChecks RuleChecks, const char *InstName) { in emitType01() argument 801 switch (RuleChecks) { in emitType01() 820 EmitChecks RuleChecks, const char *InstName) { in emitType01() argument 823 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, RuleChecks, InstName); in emitType01() 828 bool SetFlags, EmitChecks RuleChecks, in emitType01() argument 846 RuleChecks, InstName); in emitType01() 852 RuleChecks, InstName); in emitType01() 872 Src1Value, RuleChecks, InstName); in emitType01() 883 RuleChecks, InstName); in emitType01()
|