Lines Matching refs:subopc
2274 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2474 opc_cl = opc_imm = subopc = 0; in emit_AMD64Instr()
2476 case Ash_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_AMD64Instr()
2477 case Ash_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_AMD64Instr()
2478 case Ash_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_AMD64Instr()
2484 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2489 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2588 subopc = i->Ain.MulL.syned ? 5 : 4; in emit_AMD64Instr()
2594 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2601 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()
2610 subopc = i->Ain.Div.syned ? 7 : 6; in emit_AMD64Instr()
2617 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2624 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()
2637 p = doAMode_M(p, fake(subopc), in emit_AMD64Instr()
2644 p = doAMode_R(p, fake(subopc), in emit_AMD64Instr()