代码搜索结果
找到约 194 项符合
BLE 的代码
branch.s
.text
.global bcc
bcc:
bgt bcc
bge bcc
blt bcc
ble bcc
bh bcc
bnl bcc
bl bcc
bnh bcc
be bcc
bne bcc
bv bcc
bnv bcc
bn bcc
bp bcc
bc bcc
bnc bcc
bz bcc
bnz bcc
br bcc
bsa bcc
defbug.s
.code
.align 4
.import _seterrno
.export vfork ! .label vfork ! .proc! .callinfo no_calls! .entry ! .label __vfork ! mtsp %r0,%sr0! ldil L%0xc0000004,%r1! ble R%0xc0000004(%sr0,%r1)! ldi
blebug2.s
.code
.align 4
ldil L%0xc0001004,%r1
ble R%0xc0001004(%sr7,%r1)
blebug.s
.code
.align 4
.IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
_sigtramp:
ldil L%$$dyncall,%r2 ; whose address is in r22.
ble R%$$dyncall(%sr4,%r2)
blebug3.s
.code
.align 4
.import yabba,code
ble R%yabba(%sr4,%r0)
bcc.s
.text
foo:
beq foo
bne foo
bgt foo
bge foo
ble foo
blt foo
bhi foo
bcc foo
bls foo
bcs foo
bvc foo
bvs foo
bnc foo
bns foo
bra foo
memcmp.s
.text
.align 4
.global __memcmp, memcmp
__memcmp:
memcmp:
#if 1
cmp %o2, 0
ble L3
mov 0, %g3
L5:
ldub [%o0], %g2
ldub [%o1], %g3
sub %g2, %g3, %g2
mov %g2, %g3
sll %g2, 24, %g2
cmp %g2,
doloop-1.c
/* Make sure both loops are recognized as doloops.
If so, "bdnz" will be generated on ppc; if not,
you will get "ble". */
/* { dg-do compile { target powerpc-*-* } } */
/* { dg-options "-O2" }
memcmp.s
#include
.text
.align 4
.global C_LABEL(__memcmp), C_LABEL(memcmp)
C_LABEL(__memcmp):
C_LABEL(memcmp):
#if 1
cmp %o2, 0
ble L3
mov 0, %g3
L5:
ldub [%o0], %g2
ldub [%o1], %g3
memcmp.s
#include
.text
.align 4
.global C_LABEL(__memcmp), C_LABEL(memcmp)
C_LABEL(__memcmp):
C_LABEL(memcmp):
#if 1
cmp %o2, 0
ble L3
mov 0, %g3
L5:
ldub [%o0], %g2
ldub [%o1], %g3