Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Xbyak::AddressFrame Class Reference

#include <xbyak.h>

Public Member Functions

 AddressFrame (uint32 bit, bool broadcast=false)
 
Address operator[] (const RegExp &e) const
 
Address operator[] (const void *disp) const
 

Public Attributes

const uint32 bit_
 
const bool broadcast_
 

Detailed Description

Definition at line 1056 of file xbyak.h.

Constructor & Destructor Documentation

◆ AddressFrame()

Xbyak::AddressFrame::AddressFrame ( uint32 bit,
bool broadcast = false )
inlineexplicit

Definition at line 1062 of file xbyak.h.

1062: bit_(bit), broadcast_(broadcast) { }
const uint32 bit_
Definition xbyak.h:1060
const bool broadcast_
Definition xbyak.h:1061
int bit
Definition yubihsm.h:566

Member Function Documentation

◆ operator[]() [1/2]

Address Xbyak::AddressFrame::operator[] ( const RegExp & e) const
inline

Definition at line 1063 of file xbyak.h.

1064 {
1065 return Address(bit_, broadcast_, e);
1066 }

◆ operator[]() [2/2]

Address Xbyak::AddressFrame::operator[] ( const void * disp) const
inline

Definition at line 1067 of file xbyak.h.

1068 {
1069 return Address(bit_, broadcast_, RegExp(reinterpret_cast<size_t>(disp)));
1070 }

Member Data Documentation

◆ bit_

const uint32 Xbyak::AddressFrame::bit_

Definition at line 1060 of file xbyak.h.

◆ broadcast_

const bool Xbyak::AddressFrame::broadcast_

Definition at line 1061 of file xbyak.h.


The documentation for this class was generated from the following file: