#include <xbyak.h>
Definition at line 1056 of file xbyak.h.
◆ AddressFrame()
Xbyak::AddressFrame::AddressFrame |
( |
uint32 | bit, |
|
|
bool | broadcast = false ) |
|
inlineexplicit |
◆ operator[]() [1/2]
Address Xbyak::AddressFrame::operator[] |
( |
const RegExp & | e | ) |
const |
|
inline |
◆ 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 }
◆ bit_
const uint32 Xbyak::AddressFrame::bit_ |
◆ broadcast_
const bool Xbyak::AddressFrame::broadcast_ |
The documentation for this class was generated from the following file:
- libraries/fc/libraries/ff/depends/xbyak/xbyak/xbyak.h