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 | 797 EmitChecks RuleChecks, const char *InstName) { in emitType01() argument 798 switch (RuleChecks) { in emitType01() 817 EmitChecks RuleChecks, const char *InstName) { in emitType01() argument 820 emitType01(Cond, Opcode, Rd, Rn, OpSrc1, SetFlags, RuleChecks, InstName); in emitType01() 825 bool SetFlags, EmitChecks RuleChecks, in emitType01() argument 843 RuleChecks, InstName); in emitType01() 849 RuleChecks, InstName); in emitType01() 869 Src1Value, RuleChecks, InstName); in emitType01() 880 RuleChecks, InstName); in emitType01()
|