Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86operand.h1376 struct GpVar : public Var struct
1383 inline GpVar(const _DontInitialize& dontInitialize) : in GpVar() function
1389 inline GpVar() : in GpVar() function
1405 inline GpVar(const GpVar& other) : in GpVar() argument
1427 // [GpVar Cast] argument
1431 inline GpVar r8() const { return GpVar(*this, kX86RegTypeGpbLo, 1); } in r8() argument
1433 inline GpVar r8Lo() const { return GpVar(*this, kX86RegTypeGpbLo, 1); } in r8Lo() argument
1438 inline GpVar r16() const { return GpVar(*this, kX86RegTypeGpw, 2); } in r16() argument
1440 inline GpVar r32() const { return GpVar(*this, kX86RegTypeGpd, 4); } in r32() argument
1443 inline GpVar r64() const { return GpVar(*this, kX86RegTypeGpq, 8); } in r64() argument
[all …]