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.c2088 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_X86Instr() local
2261 opc_cl = opc_imm = subopc = 0; in emit_X86Instr()
2263 case Xsh_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_X86Instr()
2264 case Xsh_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_X86Instr()
2265 case Xsh_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_X86Instr()
2272 *p++ = toUChar(opc_imm); in emit_X86Instr()
Dhost_amd64_defs.c2266 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2466 opc_cl = opc_imm = subopc = 0; in emit_AMD64Instr()
2468 case Ash_SHR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 5; break; in emit_AMD64Instr()
2469 case Ash_SAR: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 7; break; in emit_AMD64Instr()
2470 case Ash_SHL: opc_cl = 0xD3; opc_imm = 0xC1; subopc = 4; break; in emit_AMD64Instr()
2480 *p++ = toUChar(opc_imm); in emit_AMD64Instr()