Searched refs:opc_cl (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 2132 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_X86Instr() local 2300 opc_cl = opc_imm = subopc = 0; in emit_X86Instr() 2302 case Xsh_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_X86Instr() 2303 case Xsh_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_X86Instr() 2304 case Xsh_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_X86Instr() 2308 *p++ = toUChar(opc_cl); in emit_X86Instr()
|
D | host_amd64_defs.c | 2418 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local 2613 opc_cl = opc_imm = subopc = 0; in emit_AMD64Instr() 2615 case Ash_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_AMD64Instr() 2616 case Ash_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_AMD64Instr() 2617 case Ash_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_AMD64Instr() 2622 *p++ = toUChar(opc_cl); in emit_AMD64Instr()
|