Searched refs:DBLR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/i386/i386/
H A Ddb_disasm.c47 #define DBLR 5 macro
474 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 },
475 /*1*/ { "fmul", DBLR, op2(ST,STI), 0 },
476 /*2*/ { "fcom", DBLR, 0, 0 },
477 /*3*/ { "fcomp", DBLR, 0, 0 },
478 /*4*/ { "fsub", DBLR, op2(ST,STI), "fsubr" },
479 /*5*/ { "fsubr", DBLR, op2(ST,STI), "fsub" },
480 /*6*/ { "fdiv", DBLR, op2(ST,STI), "fdivr" },
481 /*7*/ { "fdivr", DBLR, op2(ST,STI), "fdiv" },
485 /*0*/ { "fld", DBLR, op
[all...]
/freebsd-11.0-release/sys/amd64/amd64/
H A Ddb_disasm.c48 #define DBLR 5 macro
549 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 },
550 /*1*/ { "fmul", DBLR, op2(ST,STI), 0 },
551 /*2*/ { "fcom", DBLR, 0, 0 },
552 /*3*/ { "fcomp", DBLR, 0, 0 },
553 /*4*/ { "fsub", DBLR, op2(ST,STI), "fsubr" },
554 /*5*/ { "fsubr", DBLR, op2(ST,STI), "fsub" },
555 /*6*/ { "fdiv", DBLR, op2(ST,STI), "fdivr" },
556 /*7*/ { "fdivr", DBLR, op2(ST,STI), "fdiv" },
560 /*0*/ { "fld", DBLR, op
[all...]

Completed in 108 milliseconds