Home
last modified time | relevance | path

Searched refs:opc_imm (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c1996 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_X86Instr() local
2169 opc_cl = opc_imm = subopc = 0; in emit_X86Instr()
2171 case Xsh_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_X86Instr()
2172 case Xsh_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_X86Instr()
2173 case Xsh_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_X86Instr()
2180 *p++ = toUChar(opc_imm); in emit_X86Instr()
Dhost_amd64_defs.c2351 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2580 opc_cl = opc_imm = subopc = 0; in emit_AMD64Instr()
2582 case Ash_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_AMD64Instr()
2583 case Ash_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_AMD64Instr()
2584 case Ash_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_AMD64Instr()
2594 *p++ = toUChar(opc_imm); in emit_AMD64Instr()