Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDbitstring.h111 register int _byte, _nbits = (nbits); \
114 for (_byte = 0; _byte <= _stopbyte; ++_byte) \
115 if (_name[_byte] != 0xff) { \
117 _value = _byte << 3; \
118 for (_lb = _name[_byte]; (_lb&0x1); \
130 register int _byte, _nbits = (nbits); \
133 for (_byte = 0; _byte <= _stopbyte; ++_byte) \
134 if (_name[_byte]) { \
136 _value = _byte << 3; \
137 for (_lb = _name[_byte]; !(_lb&0x1); \
/trueos/sys/dev/sfxge/common/
HDefx_types.h316 #define EFX_BYTE_VAL(_byte) \ argument
317 ((unsigned int)__NATIVE_8((_byte).eb_u8[0]))
433 #define EFX_EXTRACT_BYTE(_byte, _low, _high) \ argument
434 (EFX_EXTRACT8((_byte).eb_u8[0], FIX_LINT(0), FIX_LINT(7), \
462 #define EFX_BYTE_FIELD(_byte, _field) \ argument
463 (EFX_EXTRACT_BYTE(_byte, EFX_LOW_BIT(_field), \
517 #define EFX_BYTE_IS_ZERO(_byte) \ argument
518 (((_byte).eb_u8[0]) == 0)
544 #define EFX_BYTE_IS_SET(_byte) \ argument
545 ((_byte).eb_u8[0] == ~((uint8_t)0))
[all …]
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.td2594 def _byte: A64I_SRexs_impl<0b00, opcode, !strconcat(asmstr, "b"),
2631 def _byte: A64I_LRexs_impl<0b00, opcode, !strconcat(asmstr, "b"),
2696 def _byte: A64I_SLexs_impl<0b00, opcode, !strconcat(asmstr, "b"),