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

  /external/valgrind/VEX/priv/
host_x86_defs.h 237 X86RM;
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...]
host_x86_defs.c 369 X86RM* X86RM_Reg ( HReg reg ) {
370 X86RM* op = LibVEX_Alloc_inline(sizeof(X86RM));
375 X86RM* X86RM_Mem ( X86AMode* am ) {
376 X86RM* op = LibVEX_Alloc_inline(sizeof(X86RM));
382 void ppX86RM ( X86RM* op ) {
395 /* Because an X86RM can be both a source or destination operand, we
398 static void addRegUsage_X86RM ( HRegUsage* u, X86RM* op, HRegMode mode ) {
415 static void mapRegs_X86RM ( HRegRemap* m, X86RM* op
    [all...]
host_x86_isel.c 256 static X86RM* iselIntExpr_RM_wrk ( ISelEnv* env, const IRExpr* e );
257 static X86RM* iselIntExpr_RM ( ISelEnv* env, const IRExpr* e );
    [all...]

Completed in 65 milliseconds