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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h391 #define DIF_INSTR_OP(i) (((i) >> 24) & 0xff) macro
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c5276 switch (DIF_INSTR_OP(instr)) {
5891 if (DIF_INSTR_OP(instr) == DIF_OP_LDTAA) {
5931 if (DIF_INSTR_OP(instr) == DIF_OP_STTAA) {
9093 uint_t op = DIF_INSTR_OP(instr);
9326 DIF_INSTR_OP(instr));
9331 DIF_INSTR_OP(dp->dtdo_buf[dp->dtdo_len - 1]) != DIF_OP_RET) {
9485 uint_t op = DIF_INSTR_OP(instr);
9612 DIF_INSTR_OP(instr));
9660 uint_t op = DIF_INSTR_OP(dp->dtdo_buf[i]);
9725 uint_t op = DIF_INSTR_OP(inst
[all...]

Completed in 26 milliseconds