Searched defs:COND (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c40 #define COND(x) (((x) >> 25) & 0x0f) macro
202 baa = COND(text[i]) == 8 && A(text[i]);
209 baa = COND(text[i]) == 8 && A(text[i]);
224 baa = COND(text[i]) == 8 && A(text[i]);
231 baa = COND(text[i]) == 8 && A(text[i]);
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c64 #define COND(x) (((x) >> 25) & 0x0f) macro
647 cond = (COND(instr) != 8);
656 cond = (COND(instr) != 8);
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c136 #define COND(x) (((x) >> 25) & 0x0f) macro
1148 if (COND(instr) == 8) {
1158 tp->ftt_code = COND(instr);
1171 if (COND(instr) == 8) {
1176 tp->ftt_code = COND(instr);
1220 if (COND(instr) == 8) {
1225 tp->ftt_code = COND(instr);
1238 if (COND(instr) == 8) {
1243 tp->ftt_code = COND(instr);

Completed in 65 milliseconds