Searched refs:MRM_REGD (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c1461 #define MRM_REGD(x) (((x)>>3)&0x7) macro
1466 #define MRM_REGD(x) (R|(((x)>>3)&0x7)) macro
3002 if (MRM_REGS (modrm) == RBP && MRM_REGD (modrm) == RSP)
3005 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3016 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3028 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX)
3036 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3048 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3056 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX)
3074 if (MRM_REGS (modrm) == RSP && MRM_REGD (modr
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c1467 #define MRM_REGD(x) (((x)>>3)&0x7) macro
1472 #define MRM_REGD(x) (R|(((x)>>3)&0x7)) macro
3008 if (MRM_REGS (modrm) == RBP && MRM_REGD (modrm) == RSP)
3011 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3022 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3034 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX)
3042 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3054 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RBP)
3062 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX)
3080 if (MRM_REGS (modrm) == RSP && MRM_REGD (modr
[all...]

Completed in 140 milliseconds