Searched defs:CPU_REG_REG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMDbg.cpp1100 #define CPU_REG_REG(UName, LName) \ macro
1135 CPU_REG_REG(RAX, rax),
1136 CPU_REG_REG(RCX, rcx),
1137 CPU_REG_REG(RDX, rdx),
1138 CPU_REG_REG(RBX, rbx),
1139 CPU_REG_REG(RSP, rsp),
1140 CPU_REG_REG(RBP, rbp),
1141 CPU_REG_REG(RSI, rsi),
1142 CPU_REG_REG(RDI, rdi),
1143 CPU_REG_REG(R
[all...]

Completed in 45 milliseconds