HomeSort by relevance Sort by last modified time
    Searched refs:X86RM (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 234 X86RM;
236 extern X86RM* X86RM_Reg ( HReg );
237 extern X86RM* X86RM_Mem ( X86AMode* );
239 extern void ppX86RM ( X86RM* );
415 X86RM* dst; /* not written, only read */
430 X86RM* src;
435 X86RM* src;
483 X86RM* src;
663 extern X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst );
664 extern X86Instr* X86Instr_MulL ( Bool syned, X86RM* );
    [all...]
host_x86_defs.c 370 X86RM* X86RM_Reg ( HReg reg ) {
371 X86RM* op = LibVEX_Alloc(sizeof(X86RM));
376 X86RM* X86RM_Mem ( X86AMode* am ) {
377 X86RM* op = LibVEX_Alloc(sizeof(X86RM));
383 void ppX86RM ( X86RM* op ) {
396 /* Because an X86RM can be both a source or destination operand, we
399 static void addRegUsage_X86RM ( HRegUsage* u, X86RM* op, HRegMode mode ) {
416 static void mapRegs_X86RM ( HRegRemap* m, X86RM* op
    [all...]
host_x86_isel.c 256 static X86RM* iselIntExpr_RM_wrk ( ISelEnv* env, IRExpr* e );
257 static X86RM* iselIntExpr_RM ( ISelEnv* env, IRExpr* e );
    [all...]

Completed in 50 milliseconds