Home
last modified time | relevance | path

Searched defs:TargetX8632Traits (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632Traits.h42 struct TargetX8632Traits { struct
51 static constexpr ::Ice::Assembler::AssemblerKind AsmKind =
54 static constexpr bool Is64Bit = false;
55 static constexpr bool HasPopa = true;
56 static constexpr bool HasPusha = true;
57 static constexpr bool UsesX87 = true;
58 static constexpr ::Ice::RegX8632::GPRRegister Last8BitGPR =
61 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 };
63 using GPRRegister = ::Ice::RegX8632::GPRRegister;
64 using ByteRegister = ::Ice::RegX8632::ByteRegister;
[all …]