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

  /src/lib/libnvmm/
libnvmm_x86.c 1927 struct x86_store *stlo, *streg; local in function:node_stlo
1935 stlo = &instr->dst;
1938 stlo = &instr->src;
1944 stlo->type = STORE_REG;
1947 stlo->u.reg = &gpr_map__special[1][3][adrsize-1];
1948 stlo->hardseg = NVMM_X64_SEG_ES;
1951 stlo->u.reg = &gpr_map__special[1][2][adrsize-1];
1953 stlo->disp.type = DISP_0;
libnvmm_x86.c 1927 struct x86_store *stlo, *streg; local in function:node_stlo
1935 stlo = &instr->dst;
1938 stlo = &instr->src;
1944 stlo->type = STORE_REG;
1947 stlo->u.reg = &gpr_map__special[1][3][adrsize-1];
1948 stlo->hardseg = NVMM_X64_SEG_ES;
1951 stlo->u.reg = &gpr_map__special[1][2][adrsize-1];
1953 stlo->disp.type = DISP_0;
libnvmm_x86.c 1927 struct x86_store *stlo, *streg; local in function:node_stlo
1935 stlo = &instr->dst;
1938 stlo = &instr->src;
1944 stlo->type = STORE_REG;
1947 stlo->u.reg = &gpr_map__special[1][3][adrsize-1];
1948 stlo->hardseg = NVMM_X64_SEG_ES;
1951 stlo->u.reg = &gpr_map__special[1][2][adrsize-1];
1953 stlo->disp.type = DISP_0;

Completed in 38 milliseconds