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

/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_disasm.c48 #define DBLR 5 macro
528 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 },
529 /*1*/ { "fmul", DBLR, op2(ST,STI), 0 },
530 /*2*/ { "fcom", DBLR, 0, 0 },
531 /*3*/ { "fcomp", DBLR, 0, 0 },
532 /*4*/ { "fsub", DBLR, op2(ST,STI), "fsubr" },
533 /*5*/ { "fsubr", DBLR, op2(ST,STI), "fsub" },
534 /*6*/ { "fdiv", DBLR, op2(ST,STI), "fdivr" },
535 /*7*/ { "fdivr", DBLR, op2(ST,STI), "fdiv" },
539 /*0*/ { "fld", DBLR, op
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Ddb_disasm.c47 #define DBLR 5 macro
454 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 },
455 /*1*/ { "fmul", DBLR, op2(ST,STI), 0 },
456 /*2*/ { "fcom", DBLR, 0, 0 },
457 /*3*/ { "fcomp", DBLR, 0, 0 },
458 /*4*/ { "fsub", DBLR, op2(ST,STI), "fsubr" },
459 /*5*/ { "fsubr", DBLR, op2(ST,STI), "fsub" },
460 /*6*/ { "fdiv", DBLR, op2(ST,STI), "fdivr" },
461 /*7*/ { "fdivr", DBLR, op2(ST,STI), "fdiv" },
465 /*0*/ { "fld", DBLR, op
[all...]

Completed in 205 milliseconds