Lines Matching refs:X86RM
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 )
590 X86Instr* X86Instr_Test32 ( UInt imm32, X86RM* dst ) {
611 X86Instr* X86Instr_MulL ( Bool syned, X86RM* src ) {
618 X86Instr* X86Instr_Div ( Bool syned, X86RM* src ) {
658 X86Instr* X86Instr_CMov32 ( X86CondCode cond, X86RM* src, HReg dst ) {