Searched refs:rex (Results 1 – 2 of 2) sorted by relevance
555 rex = 0574 wputb(64 + band(rex, 15)); rex = 0; psz = 2581 if b == 15 and rex ~= 0 then wputb(64 + band(rex, 15)); rex = 0; psz = 2 end1845 if szov == "q" and rex == 0 then rex = rex + 8 end1846 if t.reg and t.reg > 7 then rex = rex + 1 end1847 if t.xreg and t.xreg > 7 then rex = rex + 2 end1848 if s > 7 then rex = rex + 4 end1849 if needrex then rex = rex + 16 end1878 if szov == "q" and rex == 0 then rex = rex + 8 end1879 if needrex then rex = rex + 16 end[all …]
386 if (rex) in emit_do_imm32()387 *inst++ = rex; in emit_do_imm32()423 rex |= REX_W; in emit_x86_instruction()425 rex |= REX; in emit_x86_instruction()452 rex |= REX_B; in emit_x86_instruction()473 rex |= REX_B; in emit_x86_instruction()476 rex |= REX_B; in emit_x86_instruction()507 rex |= REX_R; in emit_x86_instruction()510 if (rex) in emit_x86_instruction()524 if (rex) in emit_x86_instruction()[all …]
Completed in 14 milliseconds