Searched refs:subopc_imm (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 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 …]
|
D | host_amd64_defs.c | 2362 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local 2474 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_AMD64Instr() 2477 subopc_imm = 2; opc_imma = 0x15; break; in emit_AMD64Instr() 2479 subopc_imm = 0; opc_imma = 0x05; break; in emit_AMD64Instr() 2481 subopc_imm = 5; opc_imma = 0x2D; break; in emit_AMD64Instr() 2483 subopc_imm = 3; opc_imma = 0x1D; break; in emit_AMD64Instr() 2485 subopc_imm = 4; opc_imma = 0x25; break; in emit_AMD64Instr() 2487 subopc_imm = 6; opc_imma = 0x35; break; in emit_AMD64Instr() 2489 subopc_imm = 1; opc_imma = 0x0D; break; in emit_AMD64Instr() 2491 subopc_imm = 7; opc_imma = 0x3D; break; in emit_AMD64Instr() [all …]
|