Searched refs:opc_imma (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.c | 2266 UInt /*irno,*/ opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_AMD64Instr() local 2383 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_AMD64Instr() 2386 subopc_imm = 2; opc_imma = 0x15; break; in emit_AMD64Instr() 2388 subopc_imm = 0; opc_imma = 0x05; break; in emit_AMD64Instr() 2390 subopc_imm = 5; opc_imma = 0x2D; break; in emit_AMD64Instr() 2392 subopc_imm = 3; opc_imma = 0x1D; break; in emit_AMD64Instr() 2394 subopc_imm = 4; opc_imma = 0x25; break; in emit_AMD64Instr() 2396 subopc_imm = 6; opc_imma = 0x35; break; in emit_AMD64Instr() 2398 subopc_imm = 1; opc_imma = 0x0D; break; in emit_AMD64Instr() 2400 subopc_imm = 7; opc_imma = 0x3D; break; in emit_AMD64Instr() [all …]
|
D | host_x86_defs.c | 2088 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; in emit_X86Instr() local 2158 opc = opc_rr = subopc_imm = opc_imma = 0; in emit_X86Instr() 2161 subopc_imm = 2; opc_imma = 0x15; break; in emit_X86Instr() 2163 subopc_imm = 0; opc_imma = 0x05; break; in emit_X86Instr() 2165 subopc_imm = 5; opc_imma = 0x2D; break; in emit_X86Instr() 2167 subopc_imm = 3; opc_imma = 0x1D; break; in emit_X86Instr() 2169 subopc_imm = 4; opc_imma = 0x25; break; in emit_X86Instr() 2171 subopc_imm = 6; opc_imma = 0x35; break; in emit_X86Instr() 2173 subopc_imm = 1; opc_imma = 0x0D; break; in emit_X86Instr() 2175 subopc_imm = 7; opc_imma = 0x3D; break; in emit_X86Instr() [all …]
|