Searched defs:nnn (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86ModRMFilters.h93 /// nnn field [bits 5-3], known elsewhere as the reg field.
104 /// byte. If c0_ff is false, the required value of the nnn
145 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
155 /// @nnn - The required value of the nnn field.
156 ExtendedFilter(bool r, uint8_t nnn) : argument
159 NNN(nnn) {
/external/stlport/src/
H A Dnum_put_float.cpp560 int nnn = decpt; local
562 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++;
563 } while ( --nnn > 0 );
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c1280 ULong nnn = isU64(cond, AMD64CondBE) ? 1 : 0; local
1295 mkU64(nnn)
1321 UInt nnn = isU64(cond, AMD64CondZ) ? 1 : 0; local
1332 mkU64(nnn)
H A Dguest_x86_helpers.c1134 UInt nnn = isU32(cond, X86CondBE) ? 1 : 0; local
1149 mkU32(nnn)
1158 UInt nnn = isU32(cond, X86CondB) ? 1 : 0; local
1169 mkU32(nnn)
1178 UInt nnn = isU32(cond, X86CondZ) ? 1 : 0; local
1189 mkU32(nnn)
1198 UInt nnn = isU32(cond, X86CondP) ? 1 : 0; local
1209 mkU32(nnn)

Completed in 2341 milliseconds