Lines Matching full:bitwise
4074 Reads a bit field from an 8-bit value, performs a bitwise OR, and returns the
4077 Performs a bitwise OR between the bit field specified by StartBit
4107 Reads a bit field from an 8-bit value, performs a bitwise AND, and returns
4110 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4140 Reads a bit field from an 8-bit value, performs a bitwise AND followed by a
4141 bitwise OR, and returns the result.
4143 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4144 in Operand and the value specified by AndData, followed by a bitwise
4236 Reads a bit field from a 16-bit value, performs a bitwise OR, and returns the
4239 Performs a bitwise OR between the bit field specified by StartBit
4269 Reads a bit field from a 16-bit value, performs a bitwise AND, and returns
4272 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4302 Reads a bit field from a 16-bit value, performs a bitwise AND followed by a
4303 bitwise OR, and returns the result.
4305 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4306 in Operand and the value specified by AndData, followed by a bitwise
4398 Reads a bit field from a 32-bit value, performs a bitwise OR, and returns the
4401 Performs a bitwise OR between the bit field specified by StartBit
4431 Reads a bit field from a 32-bit value, performs a bitwise AND, and returns
4434 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4464 Reads a bit field from a 32-bit value, performs a bitwise AND followed by a
4465 bitwise OR, and returns the result.
4467 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4468 in Operand and the value specified by AndData, followed by a bitwise
4560 Reads a bit field from a 64-bit value, performs a bitwise OR, and returns the
4563 Performs a bitwise OR between the bit field specified by StartBit
4593 Reads a bit field from a 64-bit value, performs a bitwise AND, and returns
4596 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4626 Reads a bit field from a 64-bit value, performs a bitwise AND followed by a
4627 bitwise OR, and returns the result.
4629 Performs a bitwise AND between the bit field specified by StartBit and EndBit
4630 in Operand and the value specified by AndData, followed by a bitwise
5969 Reads a 64-bit MSR, performs a bitwise OR on the lower 32-bits, and
5972 Reads the 64-bit MSR specified by Index, performs a bitwise OR
5995 Reads a 64-bit MSR, performs a bitwise AND on the lower 32-bits, and writes
5998 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6021 Reads a 64-bit MSR, performs a bitwise AND followed by a bitwise OR
6024 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6026 preserving the upper 32-bits, performs a bitwise OR between the
6115 Reads a bit field in a 64-bit MSR, performs a bitwise OR, and writes the
6118 Reads the 64-bit MSR specified by Index, performs a bitwise OR
6151 Reads a bit field in a 64-bit MSR, performs a bitwise AND, and writes the
6154 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6187 Reads a bit field in a 64-bit MSR, performs a bitwise AND followed by a
6188 bitwise OR, and writes the result back to the bit field in the
6191 Reads the 64-bit MSR specified by Index, performs a bitwise AND followed by a
6192 bitwise OR between the read result and the value specified by
6272 Reads a 64-bit MSR, performs a bitwise OR, and writes the result
6275 Reads the 64-bit MSR specified by Index, performs a bitwise OR
6297 Reads a 64-bit MSR, performs a bitwise AND, and writes the result back to the
6300 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6322 Reads a 64-bit MSR, performs a bitwise AND followed by a bitwise
6325 Reads the 64-bit MSR specified by Index, performs a bitwise AND between read
6326 result and the value specified by AndData, performs a bitwise OR
6414 Reads a bit field in a 64-bit MSR, performs a bitwise OR, and
6417 Reads the 64-bit MSR specified by Index, performs a bitwise OR
6450 Reads a bit field in a 64-bit MSR, performs a bitwise AND, and writes the
6453 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
6486 Reads a bit field in a 64-bit MSR, performs a bitwise AND followed by a
6487 bitwise OR, and writes the result back to the bit field in the
6490 Reads the 64-bit MSR specified by Index, performs a bitwise AND followed by
6491 a bitwise OR between the read result and the value specified by