HomeSort by relevance Sort by last modified time
    Searched defs:NNN (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
X86ModRMFilters.h 91 /// nnn field [bits 5-3], known elsewhere as the reg field.
102 /// byte. If c0_ff is false, the required value of the nnn
143 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
147 uint8_t NNN;
153 /// @nnn - The required value of the nnn field.
154 ExtendedFilter(bool r, uint8_t nnn) :
157 NNN(nnn) {
163 (((modRM & 0x38) >> 3) == NNN))
    [all...]
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 16 #define NNN 3456987
306 for (i = 0; i < NNN; i++) {
321 for (i = 0; i < NNN; i++) {

Completed in 729 milliseconds