/external/python/cpython2/Lib/ctypes/test/ |
D | test_numbers.py | 260 REP = 200000 262 run_test(REP, "int()", int) 263 run_test(REP, "int(999)", int) 264 run_test(REP, "c_int()", c_int) 265 run_test(REP, "c_int(999)", c_int) 266 run_test(REP, "c_int_S()", c_int_S) 267 run_test(REP, "c_int_S(999)", c_int_S)
|
D | test_strings.py | 207 REP = 200000 209 run_test(REP, "c_string(None)", c_string, None) 210 run_test(REP, "c_string('abc')", c_string, 'abc')
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_numbers.py | 261 REP = 200000 263 run_test(REP, "int()", int) 264 run_test(REP, "int(999)", int) 265 run_test(REP, "c_int()", c_int) 266 run_test(REP, "c_int(999)", c_int) 267 run_test(REP, "c_int_S()", c_int_S) 268 run_test(REP, "c_int_S(999)", c_int_S)
|
D | test_strings.py | 214 REP = 200000 216 run_test(REP, "c_string(None)", c_string, None) 217 run_test(REP, "c_string('abc')", c_string, 'abc')
|
/external/llvm/test/MC/AsmParser/ |
D | macro-exitm.s | 4 .macro REP macro 10 REP
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | macro-exitm.s | 4 .macro REP macro 10 REP
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 991 # define REP(f, t) ((f)*8 + (t)) in repeat() macro 1000 switch (REP(MAP(from), MAP(to))) { in repeat() 1001 case REP(0, 0): /* must be user doing this */ in repeat() 1004 case REP(0, 1): /* as x{1,1}? */ in repeat() 1005 case REP(0, N): /* as x{1,n}? */ in repeat() 1006 case REP(0, INF): /* as x{1,}? */ in repeat() 1016 case REP(1, 1): /* trivial case */ in repeat() 1019 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 1031 case REP(1, INF): /* as x+ */ in repeat() 1035 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 1118 # define REP(f, t) ((f)*8 + (t)) in repeat() macro 1127 switch (REP(MAP(from), MAP(to))) { in repeat() 1128 case REP(0, 0): /* must be user doing this */ in repeat() 1131 case REP(0, 1): /* as x{1,1}? */ in repeat() 1132 case REP(0, N): /* as x{1,n}? */ in repeat() 1133 case REP(0, INF): /* as x{1,}? */ in repeat() 1143 case REP(1, 1): /* trivial case */ in repeat() 1146 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 1158 case REP(1, INF): /* as x+ */ in repeat() 1162 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() [all …]
|
/external/llvm/lib/Support/ |
D | regcomp.c | 991 # define REP(f, t) ((f)*8 + (t)) in repeat() macro 1000 switch (REP(MAP(from), MAP(to))) { in repeat() 1001 case REP(0, 0): /* must be user doing this */ in repeat() 1004 case REP(0, 1): /* as x{1,1}? */ in repeat() 1005 case REP(0, N): /* as x{1,n}? */ in repeat() 1006 case REP(0, INF): /* as x{1,}? */ in repeat() 1016 case REP(1, 1): /* trivial case */ in repeat() 1019 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 1031 case REP(1, INF): /* as x+ */ in repeat() 1035 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 955 # define REP(f, t) ((f)*8 + (t)) in repeat() macro 964 switch (REP(MAP(from), MAP(to))) { in repeat() 965 case REP(0, 0): /* must be user doing this */ in repeat() 968 case REP(0, 1): /* as x{1,1}? */ in repeat() 969 case REP(0, N): /* as x{1,n}? */ in repeat() 970 case REP(0, INF): /* as x{1,}? */ in repeat() 980 case REP(1, 1): /* trivial case */ in repeat() 983 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 995 case REP(1, INF): /* as x+ */ in repeat() 999 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() [all …]
|
/external/eigen/bench/ |
D | BenchTimer.h | 170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument 174 for(int uglyvarname2=0; uglyvarname2<REP; ++uglyvarname2){ \
|
/external/swiftshader/src/Pipeline/ |
D | VertexProgram.hpp | 104 void REP(const Src &integerRegister);
|
D | PixelProgram.hpp | 149 void REP(const Src &integerRegister);
|
/external/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 107 void REP(const Src &integerRegister);
|
D | PixelProgram.hpp | 150 void REP(const Src &integerRegister);
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 384 [(X86rep_movs i8)], IIC_REP_MOVS>, REP, 387 [(X86rep_movs i16)], IIC_REP_MOVS>, REP, OpSize16, 390 [(X86rep_movs i32)], IIC_REP_MOVS>, REP, OpSize32, 396 [(X86rep_movs i8)], IIC_REP_MOVS>, REP, 399 [(X86rep_movs i16)], IIC_REP_MOVS>, REP, OpSize16, 402 [(X86rep_movs i32)], IIC_REP_MOVS>, REP, OpSize32, 405 [(X86rep_movs i64)], IIC_REP_MOVS>, REP, 413 [(X86rep_stos i8)], IIC_REP_STOS>, REP, 417 [(X86rep_stos i16)], IIC_REP_STOS>, REP, OpSize16, 421 [(X86rep_stos i32)], IIC_REP_STOS>, REP, OpSize32, [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 66 REP = 2, enumerator 347 else if (Prefix == X86Local::XS || Prefix == X86Local::REP) in insnContext() 897 case X86Local::REP: in emitDecodePath()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 281 REP = 2 << Op0Shift, enumerator
|
D | X86MCCodeEmitter.cpp | 762 if ((TSFlags & X86II::Op0Mask) == X86II::REP) in EmitOpcodePrefix() 778 case X86II::REP: break; // already handled. in EmitOpcodePrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 400 [(X86rep_movs i8)]>, REP, 403 [(X86rep_movs i16)]>, REP, OpSize16, 406 [(X86rep_movs i32)]>, REP, OpSize32, 412 [(X86rep_movs i8)]>, REP, 415 [(X86rep_movs i16)]>, REP, OpSize16, 418 [(X86rep_movs i32)]>, REP, OpSize32, 421 [(X86rep_movs i64)]>, REP, 429 [(X86rep_stos i8)]>, REP, 433 [(X86rep_stos i16)]>, REP, OpSize16, 437 [(X86rep_stos i32)]>, REP, OpSize32, [all …]
|
D | X86.td | 336 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka 337 // "string operations"). See "REP String Enhancement" in the Intel Software 338 // Development Manual. This feature essentially means that REP MOVSB will copy 344 "REP MOVS/STOS are fast">;
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disasm.c | 492 OPC(REP),
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 647 if ((Desc->TSFlags & X86II::Op0Mask) == X86II::REP) in emitInstruction() 671 case X86II::REP: break; // already handled. in emitInstruction()
|
D | X86InstrCompiler.td | 266 [(X86rep_movs i8)]>, REP; 268 [(X86rep_movs i16)]>, REP, OpSize; 270 [(X86rep_movs i32)]>, REP; 275 [(X86rep_movs i64)]>, REP; 281 [(X86rep_stos i8)]>, REP; 284 [(X86rep_stos i16)]>, REP, OpSize; 287 [(X86rep_stos i32)]>, REP; 291 [(X86rep_stos i64)]>, REP;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 455 REP = 1 << REPShift, enumerator
|