HomeSort by: relevance | last modified time | path
    Searched defs:Eind (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/amd64/amd64/
db_disasm.c 83 #define Eind 2 /* indirect address (jump, call) */
589 { "call", true, NONE, op1(Eind),0 },
590 { "lcall", true, NONE, op1(Eind),0 },
591 { "jmp", true, NONE, op1(Eind),0 },
592 { "ljmp", true, NONE, op1(Eind),0 },
1358 case Eind:
1371 case Eind:
db_disasm.c 83 #define Eind 2 /* indirect address (jump, call) */
589 { "call", true, NONE, op1(Eind),0 },
590 { "lcall", true, NONE, op1(Eind),0 },
591 { "jmp", true, NONE, op1(Eind),0 },
592 { "ljmp", true, NONE, op1(Eind),0 },
1358 case Eind:
1371 case Eind:
db_disasm.c 83 #define Eind 2 /* indirect address (jump, call) */
589 { "call", true, NONE, op1(Eind),0 },
590 { "lcall", true, NONE, op1(Eind),0 },
591 { "jmp", true, NONE, op1(Eind),0 },
592 { "ljmp", true, NONE, op1(Eind),0 },
1358 case Eind:
1371 case Eind:
  /src/sys/arch/i386/i386/
db_disasm.c 65 #define Eind 2 /* indirect address (jump, call) */
557 { "call", true, NONE, op1(Eind),0 },
558 { "lcall", true, NONE, op1(Eind),0 },
559 { "jmp", true, NONE, op1(Eind),0 },
560 { "ljmp", true, NONE, op1(Eind),0 },
1283 case Eind:
db_disasm.c 65 #define Eind 2 /* indirect address (jump, call) */
557 { "call", true, NONE, op1(Eind),0 },
558 { "lcall", true, NONE, op1(Eind),0 },
559 { "jmp", true, NONE, op1(Eind),0 },
560 { "ljmp", true, NONE, op1(Eind),0 },
1283 case Eind:
db_disasm.c 65 #define Eind 2 /* indirect address (jump, call) */
557 { "call", true, NONE, op1(Eind),0 },
558 { "lcall", true, NONE, op1(Eind),0 },
559 { "jmp", true, NONE, op1(Eind),0 },
560 { "ljmp", true, NONE, op1(Eind),0 },
1283 case Eind:

Completed in 43 milliseconds