Searched refs:MOD_REG (Results 1 – 3 of 3) sorted by relevance
164 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_map[b] : freg_map[b])); in emit_x86_instruction()1511 inst[3] = U8(freg_map[freg] | (freg_map[freg] << 3) | MOD_REG); in sljit_emit_fset32()1514 inst[3] = U8(reg_map[TMP_REG1] | (freg_map[freg] << 3) | MOD_REG); in sljit_emit_fset32()1564 inst[2] = U8(MOD_REG | (freg_map[freg] << 3) | freg_map[freg]); in sljit_emit_fset64()1583 inst[2] = U8(MOD_REG | (freg_map[freg] << 3) | freg_map[freg]); in sljit_emit_fset64()1646 inst[3] = U8(MOD_REG | (TMP_FREG << 3) | freg_map[freg]); in sljit_emit_fcopy()1662 inst[2] = U8(MOD_REG | (freg_map[freg] << 3) | freg_map[reg == 0 ? freg : TMP_FREG]); in sljit_emit_fcopy()
226 *buf_ptr = U8(*buf_ptr | MOD_REG | (!(flags & EX86_SSE2_OP2) ? reg_lmap[b] : freg_lmap[b])); in emit_x86_instruction()393 code_ptr[2] = U8(MOD_REG | (type >= SLJIT_FAST_CALL ? CALL_rm : JMP_rm) | reg_lmap[TMP_REG2]); in detect_far_jump_type()1295 inst[2] = U8(freg_lmap[freg] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fset()1298 inst[2] = U8(reg_lmap[TMP_REG1] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fset()1376 inst[2] = U8(reg_lmap[reg] | (freg_lmap[freg] << 3) | MOD_REG); in sljit_emit_fcopy()
365 #define MOD_REG 0xc0 macro1176 inst[2] = U8(MOD_REG | (0x1 << 3) | reg_lmap[reg]); in emit_rdssp()1178 inst[2] = U8(MOD_REG | (0x1 << 3) | reg_map[reg]); in emit_rdssp()1452 inst[1] = MOD_REG | reg_map[SLJIT_R1]; in sljit_emit_op0()3492 inst[3] = MOD_REG | reg_lmap[TMP_REG1];3508 inst[3] = MOD_REG | reg_lmap[reg];3513 inst[7] = U8(MOD_REG | (reg_lmap[reg] << 3) | reg_lmap[reg]);3538 inst[2] = U8(MOD_REG | reg_map[dst]);3542 inst[5] = U8(MOD_REG | (reg_map[dst] << 3) | reg_map[dst]);3554 inst[2] = U8(MOD_REG | reg_map[TMP_REG1]);[all …]
Completed in 30 milliseconds