Searched refs:DBLR (Results 1 – 1 of 1) sorted by relevance
| /sys/amd64/ |
| D | disasm.c | 55 #define DBLR 5 macro 535 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 }, 536 /*1*/ { "fmul", DBLR, op2(ST,STI), 0 }, 537 /*2*/ { "fcom", DBLR, 0, 0 }, 538 /*3*/ { "fcomp", DBLR, 0, 0 }, 539 /*4*/ { "fsub", DBLR, op2(ST,STI), "fsubr" }, 540 /*5*/ { "fsubr", DBLR, op2(ST,STI), "fsub" }, 541 /*6*/ { "fdiv", DBLR, op2(ST,STI), "fdivr" }, 542 /*7*/ { "fdivr", DBLR, op2(ST,STI), "fdiv" }, 546 /*0*/ { "fld", DBLR, op1(STI), "ffree" }, [all …]
|