Searched refs:op32 (Results 1 – 1 of 1) sorted by relevance
364 const uint8_t op32 = 0x81; in emit_alu_imm() local377 opcode = (imsz == 1) ? op8 : op32; in emit_alu_imm()576 const uint8_t op32 = 0x8B; in emit_ld_reg() local588 emit_bytes(st, &op32, sizeof(op32)); in emit_ld_reg()709 const uint8_t op32 = 0xE9; in emit_abs_jmp() local712 const int32_t sz32 = sizeof(op32) + sizeof(uint32_t); in emit_abs_jmp()724 emit_bytes(st, &op32, sizeof(op32)); in emit_abs_jmp()815 static const uint8_t op32[][2] = { in emit_abs_jcc() local844 emit_bytes(st, op32[bop], sizeof(op32[bop])); in emit_abs_jcc()882 const uint8_t op32 = 0x81; in emit_cmp_imm() local[all …]