Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c1994 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_X86Instr() local
2064 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_X86Instr()
2067 subopc_imm = 2; opc_imma = 0x15; break; in emit_X86Instr()
2069 subopc_imm = 0; opc_imma = 0x05; break; in emit_X86Instr()
2071 subopc_imm = 5; opc_imma = 0x2D; break; in emit_X86Instr()
2073 subopc_imm = 3; opc_imma = 0x1D; break; in emit_X86Instr()
2075 subopc_imm = 4; opc_imma = 0x25; break; in emit_X86Instr()
2077 subopc_imm = 6; opc_imma = 0x35; break; in emit_X86Instr()
2079 subopc_imm = 1; opc_imma = 0x0D; break; in emit_X86Instr()
2081 subopc_imm = 7; opc_imma = 0x3D; break; in emit_X86Instr()
[all …]
Dhost_amd64_defs.c2308 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local
2414 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_AMD64Instr()
2417 subopc_imm = 2; opc_imma = 0x15; break; in emit_AMD64Instr()
2419 subopc_imm = 0; opc_imma = 0x05; break; in emit_AMD64Instr()
2421 subopc_imm = 5; opc_imma = 0x2D; break; in emit_AMD64Instr()
2423 subopc_imm = 3; opc_imma = 0x1D; break; in emit_AMD64Instr()
2425 subopc_imm = 4; opc_imma = 0x25; break; in emit_AMD64Instr()
2427 subopc_imm = 6; opc_imma = 0x35; break; in emit_AMD64Instr()
2429 subopc_imm = 1; opc_imma = 0x0D; break; in emit_AMD64Instr()
2431 subopc_imm = 7; opc_imma = 0x3D; break; in emit_AMD64Instr()
[all …]