/system/core/libcutils/tests/memset_mips/ |
android_memset_dumb.S | 7 beqz $a2,9f 25 beqz $a2,9f
|
android_memset_test.S | 60 beqz $t0,.Laligned32 /* dst is 32 bit aligned */ 64 beqz $t0,.Laligned32 /* dst is 32 bit aligned */ 122 beqz $a2,9f
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_INTERFACE.S | 22 beqz rOBJ, common_errNullObject # yes, fail 27 beqz v0, common_exceptionThrown # yes, handle exception
|
OP_MONITOR_EXIT.S | 16 beqz a1, 1f 21 beqz v0, common_exceptionThrown # yes, exception is pending
|
OP_IPUT_OBJECT_QUICK.S | 9 beqz a3, common_errNullObject # object was null 14 beqz a0, 1f
|
OP_ARRAY_LENGTH.S | 9 beqz a0, common_errNullObject # yup, fail
|
OP_MONITOR_ENTER.S | 12 beqz a1, common_errNullObject # null object, throw an exception
|
OP_THROW.S | 11 beqz a1, common_errNullObject # yes, throw an NPE instead
|
binop.S | 25 beqz a1, common_errDivideByZero
|
binop2addr.S | 21 beqz a1, common_errDivideByZero
|
binopLit16.S | 22 beqz a1, common_errDivideByZero
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 12 beqz a0, common_errNullObject # export PC and throw NPE 16 beqz a2, .L${opcode}_finish # no, go
|
OP_NEW_ARRAY.S | 22 beqz a0, .L${opcode}_resolve 35 beqz v0, common_exceptionThrown # yes, handle the exception 57 beqz v0, common_exceptionThrown # yes, handle exception
|
OP_SPUT_OBJECT.S | 30 beqz v0, common_exceptionThrown # success? no, handle exception 51 beqz a1, 1f
|
OP_FILL_ARRAY_DATA.S | 13 beqz v0, common_exceptionThrown # has exception
|
OP_INVOKE_VIRTUAL_QUICK.S | 18 beqz rOBJ, common_errNullObject # null "this", throw exception
|
OP_IPUT_QUICK.S | 9 beqz a3, common_errNullObject # object was null
|
binopLit8.S | 23 beqz a1, common_errDivideByZero
|
OP_CHECK_CAST.S | 18 beqz rOBJ, .L${opcode}_okay # null obj, cast always succeeds 22 beqz a1, .L${opcode}_resolve # not resolved, do it now 68 beqz v0, common_exceptionThrown # yes, handle exception
|
OP_INSTANCE_OF.S | 20 beqz a0, .L${opcode}_store # null obj, not an instance, store a0 26 beqz a1, .L${opcode}_resolve # not resolved, do it now 77 beqz v0, common_exceptionThrown # yes, handle exception
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_COMPARETO.S | 75 beqz v0, 1f 81 beqz v0, 2f 95 beqz v0, 1f 101 beqz v0, 2f 107 beqz v0, 3f 117 beqz a2, returnDiff
|
fbinop.S | 20 beqz a1, common_errDivideByZero # is second operand zero?
|
/bionic/libc/arch-mips/bionic/ |
memcmp16.S | 40 beqz $a2,done /* 0 length string */
|
/system/core/libpixelflinger/arch-mips/ |
t32cb16blend.S | 183 beqz $t0,aligned 186 beqz $a2,done 191 beqz $t4,1f 212 beqz $t3,1f 228 beqz $t3,1f 245 beqz $a2,done 250 beqz $t4,1f
|
/external/pixman/pixman/ |
pixman-mips-dspr2-asm.S | 42 beqz a1, 3f 44 beqz t1, 0f /* check if address is 4-byte aligned */ 52 beqz t1, 2f 56 beqz t1, 11f 98 beqz a1, 3f 101 beqz t1, 2f 105 beqz t1, 11f 147 beqz a2, 3f 150 beqz t1, 2f 170 beqz a2, 3 [all...] |