HomeSort by relevance Sort by last modified time
    Searched refs:REP (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/test/MC/AsmParser/
macro-exitm.s 4 .macro REP
10 REP
  /prebuilts/go/darwin-x86/src/runtime/
memclr_plan9_amd64.s 16 REP
19 REP
memmove_nacl_amd64p32.s 19 REP; MOVSQ
21 REP; MOVSB
39 REP; MOVSQ
43 REP; MOVSB
memmove_plan9_amd64.s 35 // REP instructions have a high startup cost, so we handle small sizes
36 // with some straightline code. The REP MOVSQ instruction is really fast
64 REP; MOVSQ
93 REP; MOVSQ
memmove_plan9_386.s 33 // REP instructions have a high startup cost, so we handle small sizes
34 // with some straightline code. The REP MOVSL instruction is really fast
62 REP; MOVSL
90 REP; MOVSL
memclr_plan9_386.s 26 REP
memmove_386.s 35 // REP instructions have a high startup cost, so we handle small sizes
36 // with some straightline code. The REP MOVSL instruction is really fast
76 REP; MOVSL
104 REP; MOVSL
  /prebuilts/go/linux-x86/src/runtime/
memclr_plan9_amd64.s 16 REP
19 REP
memmove_nacl_amd64p32.s 19 REP; MOVSQ
21 REP; MOVSB
39 REP; MOVSQ
43 REP; MOVSB
memmove_plan9_amd64.s 35 // REP instructions have a high startup cost, so we handle small sizes
36 // with some straightline code. The REP MOVSQ instruction is really fast
64 REP; MOVSQ
93 REP; MOVSQ
memmove_plan9_386.s 33 // REP instructions have a high startup cost, so we handle small sizes
34 // with some straightline code. The REP MOVSL instruction is really fast
62 REP; MOVSL
90 REP; MOVSL
memclr_plan9_386.s 26 REP
memmove_386.s 35 // REP instructions have a high startup cost, so we handle small sizes
36 // with some straightline code. The REP MOVSL instruction is really fast
76 REP; MOVSL
104 REP; MOVSL
  /external/valgrind/none/tests/x86/
bug152818-x86.stdout.exp 0 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 4 (EAX = 123487FD, EFLAGS = )
2 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 3 (EAX = 123487FE, EFLAGS = )
3 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 2 (EAX = 123487FF, EFLAGS = )
4 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 1 (EAX = 123487AA, EFLAGS = )
5 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 0 (EAX = 12348765, EFLAGS = )
6 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 0 (EAX = 12348765, EFLAGS = )
7 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 1 (EAX = 123487AA, EFLAGS = )
8 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 2 (EAX = 12348701, EFLAGS = )
9 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 3 (EAX = 12348702, EFLAGS = )
10 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 4 (EAX = 12348703, EFLAGS =
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_numbers.py 237 def run_test(rep, msg, func, arg=None):
238 ## items = [None] * rep
239 items = range(rep)
251 print "%15s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
257 REP = 200000
259 run_test(REP, "int()", int)
260 run_test(REP, "int(999)", int)
261 run_test(REP, "c_int()", c_int)
262 run_test(REP, "c_int(999)", c_int)
263 run_test(REP, "c_int_S()", c_int_S
    [all...]
test_strings.py 195 def run_test(rep, msg, func, arg):
196 items = range(rep)
202 print "%20s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
207 REP = 200000
209 run_test(REP, "c_string(None)", c_string, None)
210 run_test(REP, "c_string('abc')", c_string, 'abc')
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_numbers.py 237 def run_test(rep, msg, func, arg=None):
238 ## items = [None] * rep
239 items = range(rep)
251 print "%15s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
257 REP = 200000
259 run_test(REP, "int()", int)
260 run_test(REP, "int(999)", int)
261 run_test(REP, "c_int()", c_int)
262 run_test(REP, "c_int(999)", c_int)
263 run_test(REP, "c_int_S()", c_int_S
    [all...]
test_strings.py 195 def run_test(rep, msg, func, arg):
196 items = range(rep)
202 print "%20s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
207 REP = 200000
209 run_test(REP, "c_string(None)", c_string, None)
210 run_test(REP, "c_string('abc')", c_string, 'abc')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 237 def run_test(rep, msg, func, arg=None):
238 ## items = [None] * rep
239 items = range(rep)
251 print "%15s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
257 REP = 200000
259 run_test(REP, "int()", int)
260 run_test(REP, "int(999)", int)
261 run_test(REP, "c_int()", c_int)
262 run_test(REP, "c_int(999)", c_int)
263 run_test(REP, "c_int_S()", c_int_S
    [all...]
test_strings.py 195 def run_test(rep, msg, func, arg):
196 items = range(rep)
202 print "%20s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
207 REP = 200000
209 run_test(REP, "c_string(None)", c_string, None)
210 run_test(REP, "c_string('abc')", c_string, 'abc')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 237 def run_test(rep, msg, func, arg=None):
238 ## items = [None] * rep
239 items = range(rep)
251 print "%15s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
257 REP = 200000
259 run_test(REP, "int()", int)
260 run_test(REP, "int(999)", int)
261 run_test(REP, "c_int()", c_int)
262 run_test(REP, "c_int(999)", c_int)
263 run_test(REP, "c_int_S()", c_int_S
    [all...]
test_strings.py 195 def run_test(rep, msg, func, arg):
196 items = range(rep)
202 print "%20s: %.2f us" % (msg, ((stop-start)*1e6/5/rep))
207 REP = 200000
209 run_test(REP, "c_string(None)", c_string, None)
210 run_test(REP, "c_string('abc')", c_string, 'abc')
  /external/eigen/bench/
BenchTimer.h 163 #define BENCH(TIMER,TRIES,REP,CODE) { \
167 for(int uglyvarname2=0; uglyvarname2<REP; ++uglyvarname2){ \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 34 REP MOVSQ #[RSI],[RDI]
35 REP MOVSW #[RSI,[RDI]
36 REP MOVSQ #[RSI],[RDI]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86_64.s 34 REP MOVSQ #[RSI],[RDI]
35 REP MOVSW #[RSI,[RDI]
36 REP MOVSQ #[RSI],[RDI]

Completed in 826 milliseconds

1 2