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

/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c57 #define Eind 2 /* indirect address (jump, call) */ macro
570 { "call", TRUE, LONG, op1(Eind),0 },
571 { "lcall", TRUE, LONG, op1(Eind),0 },
572 { "jmp", TRUE, LONG, op1(Eind),0 },
573 { "ljmp", TRUE, LONG, op1(Eind),0 },
1348 case Eind:
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c68 #define Eind 2 /* indirect address (jump, call) */ macro
644 { "call", TRUE, LONG, op1(Eind),0 },
645 { "lcall", TRUE, LONG, op1(Eind),0 },
646 { "jmp", TRUE, LONG, op1(Eind),0 },
647 { "ljmp", TRUE, LONG, op1(Eind),0 },
1549 case Eind:

Completed in 68 milliseconds