Searched defs:REP (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp74 REP = 2, enumerator in enum:X86Local::__anon10172
381 Prefix == X86Local::REP)
933 case X86Local::REP:
/external/llvm/lib/Support/
H A Dregcomp.c983 # define REP(f, t) ((f)*8 + (t)) macro
992 switch (REP(MAP(from), MAP(to))) {
993 case REP(0, 0): /* must be user doing this */
996 case REP(0, 1): /* as x{1,1}? */
997 case REP(0, N): /* as x{1,n}? */
998 case REP(0, INF): /* as x{1,}? */
1008 case REP(1, 1): /* trivial case */
1011 case REP(1, N): /* as x?x{1,n-1} */
1023 case REP(1, INF): /* as x+ */
1027 case REP(
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h322 // REP - The 0xF3 prefix byte indicating repetition of the following
324 REP = 2 << Op0Shift, enumerator in enum:llvm::X86II::__anon9819

Completed in 254 milliseconds