CodeGen_x86_64.opDispatch

Used for versions of instructions without argument size suffix. mov, add, sub, instead of movq, addb, subd. mov(Register.AX, Register.DI, ArgType.QWORD); instead of movq(Register.AX, Register.DI);

  1. void opDispatch(Arg1 dst, Arg2 src, ArgType argType)
    struct CodeGen_x86_64
    void
    opDispatch
    (
    string s
    Arg1
    Arg2
    )
    (
    Arg1 dst
    ,
    Arg2 src
    ,)
  2. void opDispatch(Arg1 dst, ArgType argType)

Meta