| /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...] |
| spl.S | 164 STI(di) 240 STI(di) 255 STI(ax) 336 STI(si) 377 STI(si) 392 STI(si)
|
| amd64_trap.S | 311 STI(si) 589 sti 657 STI(si) 678 STI(si) 696 9: STI(si) 702 STI(si)
|
| lock_stubs.S | 134 STI(ax)
|
| locore.S | 1558 STI(cx) 1595 STI(ax) 1629 STI(si) 1682 STI(si) 1687 STI(si)
|
| cpufunc.S | 191 STI(ax) 421 sti
|
| vector.S | 143 sti 173 sti 186 sti 243 sti 291 sti 391 sti ;\ 413 sti ;\ 420 sti ;\ 666 STI(si) ;\ 683 STI(si) ; [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...] |
| i386_trap.S | 129 STI(%eax) 255 STI(%eax) 283 STI(%eax) 408 STI(%eax) 440 STI(%eax) 503 9: STI(%eax) 510 STI(%eax)
|
| spl.S | 250 STI(%eax) 326 STI(%eax) 353 STI(%eax) 383 STI(%esi) 480 STI(%eax) 495 STI(%eax)
|
| locore.S | 1159 /* We need to copy shared_info early, so that sti/cli work */ 1751 STI(%eax) 1816 3: STI(%eax) 1831 STI(%eax) 1837 STI(%eax)
|
| vector.S | 188 sti 238 sti 262 sti 313 sti 350 sti 409 sti ;\ 678 STI(%eax) ;\
|
| /src/sys/arch/i386/include/ |
| frameasm.h | 46 #define STI(reg) \ 89 #define STI(reg) \ 121 #define STI(reg) sti
|
| /src/sys/arch/amd64/include/ |
| frameasm.h | 51 #define STI(temp_reg) \ 68 #define STI(temp_reg) \ 87 #define STI(temp_reg) sti
|