Home
last modified time | relevance | path

Searched refs:REP (Results 1 – 25 of 58) sorted by relevance

123

/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py260 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)
Dtest_strings.py207 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/
Dtest_numbers.py261 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)
Dtest_strings.py214 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/
Dmacro-exitm.s4 .macro REP macro
10 REP
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacro-exitm.s4 .macro REP macro
10 REP
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c991 # 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/
Dregcomp.c1118 # 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/
Dregcomp.c991 # 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/
Dregcomp.c955 # 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/
DBenchTimer.h170 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
174 for(int uglyvarname2=0; uglyvarname2<REP; ++uglyvarname2){ \
/external/swiftshader/src/Pipeline/
DVertexProgram.hpp104 void REP(const Src &integerRegister);
DPixelProgram.hpp149 void REP(const Src &integerRegister);
/external/swiftshader/src/Shader/
DVertexProgram.hpp107 void REP(const Src &integerRegister);
DPixelProgram.hpp150 void REP(const Src &integerRegister);
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td384 [(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/
DX86RecognizableInstr.cpp66 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/
DX86BaseInfo.h281 REP = 2 << Op0Shift, enumerator
DX86MCCodeEmitter.cpp762 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/
DX86InstrCompiler.td400 [(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 …]
DX86.td336 // 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/
Detnaviv_disasm.c492 OPC(REP),
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp647 if ((Desc->TSFlags & X86II::Op0Mask) == X86II::REP) in emitInstruction()
671 case X86II::REP: break; // already handled. in emitInstruction()
DX86InstrCompiler.td266 [(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/
DX86BaseInfo.h455 REP = 1 << REPShift, enumerator

123