Home
last modified time | relevance | path

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

/dragonfly/lib/libnvmm/
HDlibnvmm_x86.c986 DISP_NONE, enumerator
2074 if (instr->strm->disp.type == DISP_NONE) { in node_dual()
2200 if (instr->strm->disp.type == DISP_NONE) { in get_register_rm()
2271 return DISP_NONE; in get_disp_type()
2384 if (strm->disp.type == DISP_NONE) { in node_regmodrm()
3033 if (store->disp.type != DISP_NONE) { in store_to_gva()
3216 if (instr->src.disp.type != DISP_NONE) { in assist_mem_single()
3225 if (instr->src.disp.type == DISP_NONE) { in assist_mem_single()
3248 if (__predict_false(instr->src.disp.type != DISP_NONE)) { in assist_mem_single()
3269 if (__predict_false(instr->dst.disp.type != DISP_NONE)) { in assist_mem_single()
[all …]