Lines Matching refs:opc_imma
2132 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_X86Instr() local
2197 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_X86Instr()
2200 subopc_imm = 2; opc_imma = 0x15; break; in emit_X86Instr()
2202 subopc_imm = 0; opc_imma = 0x05; break; in emit_X86Instr()
2204 subopc_imm = 5; opc_imma = 0x2D; break; in emit_X86Instr()
2206 subopc_imm = 3; opc_imma = 0x1D; break; in emit_X86Instr()
2208 subopc_imm = 4; opc_imma = 0x25; break; in emit_X86Instr()
2210 subopc_imm = 6; opc_imma = 0x35; break; in emit_X86Instr()
2212 subopc_imm = 1; opc_imma = 0x0D; break; in emit_X86Instr()
2214 subopc_imm = 7; opc_imma = 0x3D; break; in emit_X86Instr()
2221 *p++ = toUChar(opc_imma); in emit_X86Instr()
2269 opc = subopc_imm = opc_imma = 0; in emit_X86Instr()