Searched refs:X86RM (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 237 X86RM; typedef 239 extern X86RM* X86RM_Reg ( HReg ); 240 extern X86RM* X86RM_Mem ( X86AMode* ); 242 extern void ppX86RM ( X86RM* ); 418 X86RM* dst; /* not written, only read */ 433 X86RM* src; 438 X86RM* src; 486 X86RM* src; 666 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst ); 667 extern X86Instr* X86Instr_MulL ( Bool syned, X86RM* ); [all …]
|
D | host_x86_defs.c | 369 X86RM* X86RM_Reg ( HReg reg ) { in X86RM_Reg() 370 X86RM* op = LibVEX_Alloc_inline(sizeof(X86RM)); in X86RM_Reg() 375 X86RM* X86RM_Mem ( X86AMode* am ) { in X86RM_Mem() 376 X86RM* op = LibVEX_Alloc_inline(sizeof(X86RM)); in X86RM_Mem() 382 void ppX86RM ( X86RM* op ) { in ppX86RM() 398 static void addRegUsage_X86RM ( HRegUsage* u, X86RM* op, HRegMode mode ) { in addRegUsage_X86RM() 415 static void mapRegs_X86RM ( HRegRemap* m, X86RM* op ) in mapRegs_X86RM() 589 X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst ) { in X86Instr_Test32() 610 X86Instr* X86Instr_MulL ( Bool syned, X86RM* src ) { in X86Instr_MulL() 617 X86Instr* X86Instr_Div ( Bool syned, X86RM* src ) { in X86Instr_Div() [all …]
|
D | host_x86_isel.c | 256 static X86RM* iselIntExpr_RM_wrk ( ISelEnv* env, IRExpr* e ); 257 static X86RM* iselIntExpr_RM ( ISelEnv* env, IRExpr* e ); 1498 X86RM* r0 = iselIntExpr_RM(env, e->Iex.ITE.iffalse); in iselIntExpr_R_wrk() 1734 static X86RM* iselIntExpr_RM ( ISelEnv* env, IRExpr* e ) in iselIntExpr_RM() 1736 X86RM* rm = iselIntExpr_RM_wrk(env, e); in iselIntExpr_RM() 1752 static X86RM* iselIntExpr_RM_wrk ( ISelEnv* env, IRExpr* e ) in iselIntExpr_RM_wrk() 1823 X86RM* rm = iselIntExpr_RM(env, e->Iex.Unop.arg); in iselCondCode_wrk() 1833 X86RM* rm = iselIntExpr_RM(env, e->Iex.Unop.arg); in iselCondCode_wrk() 1843 X86RM* rm = iselIntExpr_RM(env, e->Iex.Unop.arg); in iselCondCode_wrk() 2195 X86RM* rmLeft = iselIntExpr_RM(env, e->Iex.Binop.arg1); in iselInt64Expr_wrk() [all …]
|