Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c1998 static UChar* doAMode_R_enc_reg ( UChar* p, UInt gregEnc, HReg ereg ) in doAMode_R_enc_reg() function
2226 p = doAMode_R_enc_reg(p, subopc_imm, i->Xin.Alu32R.dst); in emit_X86Instr()
2230 p = doAMode_R_enc_reg(p, subopc_imm, i->Xin.Alu32R.dst); in emit_X86Instr()
2309 p = doAMode_R_enc_reg(p, subopc, i->Xin.Sh32.dst); in emit_X86Instr()
2312 p = doAMode_R_enc_reg(p, subopc, i->Xin.Sh32.dst); in emit_X86Instr()
2321 p = doAMode_R_enc_reg(p, 0, i->Xin.Test32.dst->Xrm.Reg.reg); in emit_X86Instr()
2335 p = doAMode_R_enc_reg(p, 2, i->Xin.Unary32.dst); in emit_X86Instr()
2340 p = doAMode_R_enc_reg(p, 3, i->Xin.Unary32.dst); in emit_X86Instr()
2358 p = doAMode_R_enc_reg(p, subopc, i->Xin.MulL.src->Xrm.Reg.reg); in emit_X86Instr()
2373 p = doAMode_R_enc_reg(p, subopc, i->Xin.Div.src->Xrm.Reg.reg); in emit_X86Instr()
[all …]
Dhost_amd64_defs.c2220 static UChar* doAMode_R_enc_reg ( UChar* p, UInt gregEnc3210, HReg ereg ) in doAMode_R_enc_reg() function
2561 p = doAMode_R_enc_reg(p, subopc_imm, i->Ain.Alu64R.dst); in emit_AMD64Instr()
2566 p = doAMode_R_enc_reg(p, subopc_imm, i->Ain.Alu64R.dst); in emit_AMD64Instr()
2623 p = doAMode_R_enc_reg(p, subopc, i->Ain.Sh64.dst); in emit_AMD64Instr()
2628 p = doAMode_R_enc_reg(p, subopc, i->Ain.Sh64.dst); in emit_AMD64Instr()
2638 p = doAMode_R_enc_reg(p, 0, i->Ain.Test64.dst); in emit_AMD64Instr()
2646 p = doAMode_R_enc_reg(p, 2, i->Ain.Unary64.dst); in emit_AMD64Instr()
2652 p = doAMode_R_enc_reg(p, 3, i->Ain.Unary64.dst); in emit_AMD64Instr()
2693 p = doAMode_R_enc_reg(p, subopc_imm, i->Ain.Alu32R.dst); in emit_AMD64Instr()
2699 p = doAMode_R_enc_reg(p, subopc_imm, i->Ain.Alu32R.dst); in emit_AMD64Instr()
[all …]