Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/dev/arm64/
H A Ddisassembler.c32 …{ .mask = FASTTRAP_ARM64_OP_MASK_B_PC_REL, .value = FASTTRAP_ARM64_OP_VALUE_B_PC_REL, .type = FAST…
/xnu-11215.81.4/bsd/arm/
H A Dfasttrap_isa.h202 #define FASTTRAP_ARM64_OP_MASK_B_PC_REL 0xfc000000 /* Bits to check for b _label */ macro