HomeSort by: relevance | last modified time | path
    Searched defs:group3 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libnvmm/
libnvmm_x86.c 1053 bool group3:1; member in struct:x86_opcode
1081 static const struct x86_group_entry group3[8] __cacheline_aligned = { variable in typeref:typename:const struct x86_group_entry[8]__cacheline_aligned
1131 * Group3
1140 .group3 = true,
1142 .emul = NULL /* group3 */
1151 .group3 = true,
1154 .emul = NULL /* group3 */
2340 } else if (opcode->group3) {
2341 if (group3[instr->regmodrm.reg].emul == NULL) {
2344 instr->emul = group3[instr->regmodrm.reg].emul
    [all...]
libnvmm_x86.c 1053 bool group3:1; member in struct:x86_opcode
1081 static const struct x86_group_entry group3[8] __cacheline_aligned = { variable in typeref:typename:const struct x86_group_entry[8]__cacheline_aligned
1131 * Group3
1140 .group3 = true,
1142 .emul = NULL /* group3 */
1151 .group3 = true,
1154 .emul = NULL /* group3 */
2340 } else if (opcode->group3) {
2341 if (group3[instr->regmodrm.reg].emul == NULL) {
2344 instr->emul = group3[instr->regmodrm.reg].emul
    [all...]

Completed in 23 milliseconds