Searched refs:pcchReg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Disassembler/
H A DDisasmFormatYasm.cpp95 * @param pcchReg Where to store the length of the name.
97 static const char *disasmFormatYasmBaseReg(PCDISSTATE pDis, PCDISOPPARAM pParam, size_t *pcchReg) argument
108 *pcchReg = 2 + !!psz[2] + !!psz[3];
116 *pcchReg = 2 + !!psz[2] + !!psz[3];
127 *pcchReg = 2 + !!psz[2] + !!psz[3];
138 *pcchReg = 2 + !!psz[2] + !!psz[3];
146 *pcchReg = 3;
154 *pcchReg = 3;
162 *pcchReg = 4 + !!psz[4];
170 *pcchReg
222 disasmFormatYasmIndexReg(PCDISSTATE pDis, PCDISOPPARAM pParam, size_t *pcchReg) argument
[all...]

Completed in 43 milliseconds