Searched refs:second (Results 1 – 25 of 28) sorted by relevance
12
/sysdeps/generic/ |
A D | unwind-dw2.c | 616 _Unwind_Word first, second; in execute_stack_op() local 619 second = stack[stack_elt]; in execute_stack_op() 625 result = second & first; in execute_stack_op() 631 result = second - first; in execute_stack_op() 637 result = second * first; in execute_stack_op() 640 result = second | first; in execute_stack_op() 643 result = second + first; in execute_stack_op() 646 result = second << first; in execute_stack_op() 649 result = second >> first; in execute_stack_op() 652 result = (_Unwind_Sword) second >> first; in execute_stack_op() [all …]
|
/sysdeps/s390/s390-32/ |
A D | s390-mcount.S | 66 la %r3,0(%r14) # callees address = second parameter
|
A D | strncpy-z900.S | 44 icm %r0,4,1(%r3) # second byte
|
/sysdeps/arm/armv6/ |
A D | strrchr.S | 83 cmp r7, #0 @ Found EOS, second word 85 cmp r5, #0 @ Handle C, second word 91 @ Found EOS in second word; fold to first word.
|
A D | strlen.S | 76 @ Found something. Disambiguate between first and second words.
|
A D | rawmemchr.S | 83 @ Found something. Disambiguate between first and second words.
|
A D | strchr.S | 99 @ Found something. Disambiguate between first and second words.
|
/sysdeps/alpha/ |
A D | mul_1.S | 2 # the result in a second limb vector.
|
A D | addmul_1.S | 2 # the result to a second limb vector.
|
A D | submul_1.S | 2 # subtract the result from a second limb vector.
|
A D | stxncpy.S | 164 ldq_u t2, 8(a1) # e0 : load second src word 181 cmpbge zero, t2, t7 # e0 : find nulls in second partial
|
/sysdeps/s390/s390-64/ |
A D | strncpy-z900.S | 43 icmh %r0,4,1(%r3) # second byte
|
/sysdeps/sparc/sparc32/ |
A D | submul_1.S | 2 ! subtract the result from a second limb vector.
|
A D | mul_1.S | 2 ! store the product in a second limb vector.
|
A D | addmul_1.S | 2 ! add the result to a second limb vector.
|
/sysdeps/sparc/sparc32/sparcv9/ |
A D | mul_1.S | 2 ! limb and store the product in a second limb vector.
|
A D | addmul_1.S | 2 ! and add the result to a second limb vector.
|
A D | submul_1.S | 2 ! and subtract the result from a second limb vector.
|
/sysdeps/hppa/hppa1.1/ |
A D | mul_1.S | 2 ;! the result in a second limb vector.
|
A D | addmul_1.S | 2 ;! add the result to a second limb vector.
|
A D | submul_1.S | 2 ;! subtract the result from a second limb vector.
|
/sysdeps/sparc/sparc64/multiarch/ |
A D | mul_1-vis3.S | 2 ! limb and store the product in a second limb vector.
|
A D | submul_1-vis3.S | 2 ! limb and subtract the result from a second limb vector.
|
A D | addmul_1-vis3.S | 2 ! limb and add the result to a second limb vector.
|
/sysdeps/alpha/alphaev6/ |
A D | stxncpy.S | 192 ldq_u t2, 8(a1) # L : Latency=3 load second src word 212 cmpbge zero, t2, t7 # E : find nulls in second partial
|
Completed in 31 milliseconds
12