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

  /src/lib/libnvmm/
libnvmm_x86.c 1551 /* [REX-present][enc][opsize] */
2435 int opsize; local in function:get_operand_size
2437 /* Get the opsize */
2439 opsize = opcode->defsize;
2441 opsize = 8;
2445 opsize = 2;
2447 opsize = 4;
2451 opsize = 4;
2453 opsize = 2;
2458 return opsize;
    [all...]
libnvmm_x86.c 1551 /* [REX-present][enc][opsize] */
2435 int opsize; local in function:get_operand_size
2437 /* Get the opsize */
2439 opsize = opcode->defsize;
2441 opsize = 8;
2445 opsize = 2;
2447 opsize = 4;
2451 opsize = 4;
2453 opsize = 2;
2458 return opsize;
    [all...]

Completed in 25 milliseconds