Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c2455 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2567 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_AMD64Instr()
2570 subopc_imm = 2; opc_imma = 0x15; break; in emit_AMD64Instr()
2572 subopc_imm = 0; opc_imma = 0x05; break; in emit_AMD64Instr()
2574 subopc_imm = 5; opc_imma = 0x2D; break; in emit_AMD64Instr()
2576 subopc_imm = 3; opc_imma = 0x1D; break; in emit_AMD64Instr()
2578 subopc_imm = 4; opc_imma = 0x25; break; in emit_AMD64Instr()
2580 subopc_imm = 6; opc_imma = 0x35; break; in emit_AMD64Instr()
2582 subopc_imm = 1; opc_imma = 0x0D; break; in emit_AMD64Instr()
2584 subopc_imm = 7; opc_imma = 0x3D; break; in emit_AMD64Instr()
[all …]
Dhost_x86_defs.c2132 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()
[all …]