Lines Matching refs:imm
469 ENCODER_DECLARE_EXPORT char * push(char * stream, const Imm_Opnd & imm);
485 … * alu(char * stream, ALU_Opcode opc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz = siz…
490 ENCODER_DECLARE_EXPORT char * test(char * stream, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Si…
494 …hift(char * stream, Shift_Opcode opc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz = siz…
496 …, Shift_Opcode opc, const RM_Opnd & rm, const R_Opnd & r, const Imm_Opnd & imm, Opnd_Size sz = siz…
502 ENCODER_DECLARE_EXPORT char * imul(char * stream, const R_Opnd & r, const Imm_Opnd & imm, Opnd_Size…
503 … imul(char * stream, const R_Opnd & r, const RM_Opnd & rm, const Imm_Opnd& imm, Opnd_Size sz = siz…
511 ENCODER_DECLARE_EXPORT char * mov(char * stream, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Siz…
566 ENCODER_DECLARE_EXPORT char * loop(char * stream, const Imm_Opnd & imm);
569 ENCODER_DECLARE_EXPORT char * jump8(char * stream, const Imm_Opnd & imm);
572 ENCODER_DECLARE_EXPORT char * jump32(char * stream, const Imm_Opnd & imm);
584 ENCODER_DECLARE_EXPORT char * branch8(char * stream, ConditionCode cc, const Imm_Opnd & imm, InstrP…
587 ENCODER_DECLARE_EXPORT char * branch32(char * stream, ConditionCode cc, const Imm_Opnd & imm, Instr…
596 ENCODER_DECLARE_EXPORT char * call(char * stream, const Imm_Opnd & imm);
607 ENCODER_DECLARE_EXPORT char * ret(char * stream, const Imm_Opnd & imm);