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

  /src/sys/arch/i386/include/
frameasm.h 23 #define STI(reg) movl CPUVAR(VCPU),reg ; \
35 #define STI(reg) sti
39 #define STIC(reg) sti ; \
  /src/sys/arch/amd64/include/
frameasm.h 30 #define STI(temp_reg) \
48 #define STI(temp_reg) sti
  /src/sys/arch/amd64/amd64/
db_disasm.c 113 #define STI 32 /* FP stack */
450 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 },
451 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 },
452 /*2*/ { "fcom", SNGL, op2(STI,ST), 0 },
453 /*3*/ { "fcomp", SNGL, op2(STI,ST), 0 },
454 /*4*/ { "fsub", SNGL, op2(STI,ST), 0 },
455 /*5*/ { "fsubr", SNGL, op2(STI,ST), 0 },
456 /*6*/ { "fdiv", SNGL, op2(STI,ST), 0 },
457 /*7*/ { "fdivr", SNGL, op2(STI,ST), 0 },
461 /*0*/ { "fld", SNGL, op1(STI), 0 }
    [all...]
  /src/sys/arch/i386/i386/
db_disasm.c 95 #define STI 32 /* FP stack */
418 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 },
419 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 },
420 /*2*/ { "fcom", SNGL, op2(STI,ST), 0 },
421 /*3*/ { "fcomp", SNGL, op2(STI,ST), 0 },
422 /*4*/ { "fsub", SNGL, op2(STI,ST), 0 },
423 /*5*/ { "fsubr", SNGL, op2(STI,ST), 0 },
424 /*6*/ { "fdiv", SNGL, op2(STI,ST), 0 },
425 /*7*/ { "fdivr", SNGL, op2(STI,ST), 0 },
429 /*0*/ { "fld", SNGL, op1(STI), 0 }
    [all...]

Completed in 30 milliseconds