Home
last modified time | relevance | path

Searched refs:FBT_IS_ARM64_ADD_FP_SP (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/bsd/dev/arm64/
H A Dfbt_arm.c86 #define FBT_IS_ARM64_ADD_FP_SP(x) (((x) & 0xffc003ff) == 0x910003fd) /* add fp, sp, #val… macro
233 } else if (FBT_IS_ARM64_ADD_FP_SP(emul)) { in fbt_perfCallback()
316 if (foundPushLR && (FBT_IS_ARM64_ADD_FP_SP(theInstr))) { in fbt_provide_probe()
328 if (!(foundPushLR && (FBT_IS_ARM64_ADD_FP_SP(theInstr)))) { in fbt_provide_probe()