Searched refs:bits_match (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_ild.c | 80 static inline int bits_match(uint8_t x, uint8_t mask, uint8_t target) in bits_match() function 500 } else if (bits_match(m, 0xf8, 0x38)) { in opcode_dec() 952 if (!mode_64b(ild) && !bits_match(p1, 0xc0, 0xc0)) in prefix_vex_c5() 992 if (!mode_64b(ild) && !bits_match(p1, 0xc0, 0xc0)) in prefix_vex_c4() 1042 if (!mode_64b(ild) && !bits_match(p1, 0xc0, 0xc0)) in prefix_evex()
|