Lines Matching full:bitwise

4054   Reads a bit field from an 8-bit value, performs a bitwise OR, and returns the
4057 Performs a bitwise OR between the bit field specified by StartBit
4088 Reads a bit field from an 8-bit value, performs a bitwise AND, and returns
4091 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4122 Reads a bit field from an 8-bit value, performs a bitwise AND followed by a
4123 bitwise OR, and returns the result.
4125 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4126 in Operand and the value specified by AndData, followed by a bitwise
4221 Reads a bit field from a 16-bit value, performs a bitwise OR, and returns the
4224 Performs a bitwise OR between the bit field specified by StartBit
4255 Reads a bit field from a 16-bit value, performs a bitwise AND, and returns
4258 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4289 Reads a bit field from a 16-bit value, performs a bitwise AND followed by a
4290 bitwise OR, and returns the result.
4292 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4293 in Operand and the value specified by AndData, followed by a bitwise
4388 Reads a bit field from a 32-bit value, performs a bitwise OR, and returns the
4391 Performs a bitwise OR between the bit field specified by StartBit
4422 Reads a bit field from a 32-bit value, performs a bitwise AND, and returns
4425 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4456 Reads a bit field from a 32-bit value, performs a bitwise AND followed by a
4457 bitwise OR, and returns the result.
4459 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4460 in Operand and the value specified by AndData, followed by a bitwise
4555 Reads a bit field from a 64-bit value, performs a bitwise OR, and returns the
4558 Performs a bitwise OR between the bit field specified by StartBit
4589 Reads a bit field from a 64-bit value, performs a bitwise AND, and returns
4592 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4623 Reads a bit field from a 64-bit value, performs a bitwise AND followed by a
4624 bitwise OR, and returns the result.
4626 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4627 in Operand and the value specified by AndData, followed by a bitwise
5789 Reads a 64-bit MSR, performs a bitwise OR on the lower 32-bits, and
5792 Reads the 64-bit MSR specified by Index, performs a bitwise OR
5816 Reads a 64-bit MSR, performs a bitwise AND on the lower 32-bits, and writes
5819 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
5843 Reads a 64-bit MSR, performs a bitwise AND followed by a bitwise OR
5846 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
5848 preserving the upper 32-bits, performs a bitwise OR between the
5940 Reads a bit field in a 64-bit MSR, performs a bitwise OR, and writes the
5943 Reads the 64-bit MSR specified by Index, performs a bitwise OR
5977 Reads a bit field in a 64-bit MSR, performs a bitwise AND, and writes the
5980 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6014 Reads a bit field in a 64-bit MSR, performs a bitwise AND followed by a
6015 bitwise OR, and writes the result back to the bit field in the
6018 Reads the 64-bit MSR specified by Index, performs a bitwise AND followed by a
6019 bitwise OR between the read result and the value specified by
6102 Reads a 64-bit MSR, performs a bitwise OR, and writes the result
6105 Reads the 64-bit MSR specified by Index, performs a bitwise OR
6128 Reads a 64-bit MSR, performs a bitwise AND, and writes the result back to the
6131 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6154 Reads a 64-bit MSR, performs a bitwise AND followed by a bitwise
6157 Reads the 64-bit MSR specified by Index, performs a bitwise AND between read
6158 result and the value specified by AndData, performs a bitwise OR
6249 Reads a bit field in a 64-bit MSR, performs a bitwise OR, and
6252 Reads the 64-bit MSR specified by Index, performs a bitwise OR
6286 Reads a bit field in a 64-bit MSR, performs a bitwise AND, and writes the
6289 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6323 Reads a bit field in a 64-bit MSR, performs a bitwise AND followed by a
6324 bitwise OR, and writes the result back to the bit field in the
6327 Reads the 64-bit MSR specified by Index, performs a bitwise AND followed by
6328 a bitwise OR between the read result and the value specified by