Home
last modified time | relevance | path

Searched refs:Memory32Bit (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon_x86.h282 struct Memory32Bit { struct
283 explicit Memory32Bit(const Operand& op) : operand(op) {} in Memory32Bit() function
289 using Memory8Bit = Memory32Bit; argument
290 using Memory16Bit = Memory32Bit;
293 using MemoryX87 = Memory32Bit;
294 using MemoryX8716Bit = Memory32Bit;
295 using MemoryX8732Bit = Memory32Bit;
296 using MemoryX8764Bit = Memory32Bit;
297 using MemoryX8780Bit = Memory32Bit;
299 using VectorMemory32Bit = Memory32Bit;
[all …]
Dx86_32.h214 static constexpr bool value = std::is_same_v<ArgumentType, Memory32Bit>;
Dx86_64.h298 uint8_t Rex(Memory32Bit operand) { return Rex(operand.operand); } in Rex()