/external/valgrind/main/none/tests/mips32/ |
branches.c | 414 printf("BLEZ\n"); 415 TESTINST5("blez", 0, 0, v0, v1); 416 TESTINST5("blez", 1, 1, v1, a0); 417 TESTINST5("blez", 2, 0xffffffff, a0, a1); 418 TESTINST5("blez", 3, 0xffffffff, a1, a2); 419 TESTINST5("blez", 4, 0xfffffffe, a2, t0); 420 TESTINST5("blez", 5, 0xffffffff, a3, t0); 421 TESTINST5("blez", 6, 0x5, t0, t1); 422 TESTINST5("blez", 7, -3, t1, t2); 423 TESTINST5("blez", 8, 125, t2, t3) [all...] |
branches.stdout.exp | 161 BLEZ 162 blez :: 1, RSval: 0 163 blez :: 7, RSval: 1 164 blez :: 3, RSval: -1 165 blez :: 4, RSval: -1 166 blez :: 5, RSval: -2 167 blez :: 6, RSval: -1 168 blez :: 12, RSval: 5 169 blez :: 8, RSval: -3 170 blez :: 14, RSval: 12 [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_FLOAT_TO_INT_VFP.S | 22 blez t0, .L${opcode}_set_vreg
|
TEMPLATE_DOUBLE_TO_INT_VFP.S | 33 blez t0, .L${opcode}_set_vreg # nonzero == yes
|
/dalvik/vm/mterp/mips/ |
OP_FLOAT_TO_INT.S | 23 blez t0, .L${opcode}_set_vreg
|
OP_FLOAT_TO_LONG.S | 23 blez t0, .L${opcode}_set_vreg
|
OP_GOTO_32.S | 24 blez a1, common_testUpdateProfile # (a0) hot trace head?
|
OP_DOUBLE_TO_LONG.S | 27 blez t1, .L${opcode}_set_vreg
|
OP_CMPL_DOUBLE.S | 63 blez v0, ${opcode}_nan # fall thru for finish
|
OP_DOUBLE_TO_INT.S | 34 blez t0, .L${opcode}_set_vreg # nonzero == yes
|
/external/llvm/test/CodeGen/Mips/ |
blez_bgez.ll | 5 ; CHECK: blez ${{[0-9]+}}, $BB
|
brdelayslot.ll | 134 ; SUCCBB: blez $5, $BB
|
/frameworks/native/opengl/libagl/arch-mips/ |
fixed_asm.S | 39 blez $t1,0f /* t1<=0? */
|
/dalvik/vm/arch/mips/ |
CallO32.S | 177 blez $a3,.Largs_done 184 blez $a3,.Largs_done 196 blez $a3,.Largs_done
|
/external/llvm/test/MC/Mips/ |
mips-jump-instructions.s | 25 # CHECK32: blez $6, 1332 # encoding: [0x4d,0x01,0xc0,0x18] 50 # CHECK64: blez $6, 1332 # encoding: [0x4d,0x01,0xc0,0x18] 77 blez $6,1332
|
/system/core/libcutils/tests/memset_mips/ |
memset_omips.S | 77 blez a2, .Lexit # Handle last 8 bytes (if cnt>0)
|
android_memset_test.S | 56 blez $a2,9f /* Anything to do? */
|
/external/chromium_org/v8/src/mips/ |
constants-mips.cc | 161 case BLEZ: 315 case BLEZ:
|
/external/v8/src/mips/ |
constants-mips.cc | 157 case BLEZ: 309 case BLEZ:
|
/external/llvm/lib/Target/Mips/ |
MipsSEInstrInfo.cpp | 298 case Mips::BGTZ: return Mips::BLEZ; 301 case Mips::BLEZ: return Mips::BGTZ; 376 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
|
/art/runtime/ |
disassembler_mips.cc | 116 { kITypeMask | (0x1f << 16), 6 << kOpcodeShift | (0 << 16), "blez", "SB" },
|
/bionic/libc/arch-mips/string/ |
memcpy.S | 229 blez a2,.Lleave
|
/external/llvm/test/MC/Disassembler/Mips/ |
mips32.txt | 59 # CHECK: blez $6, 1332
|
mips32_le.txt | 59 # CHECK: blez $6, 1332
|
mips32r2.txt | 59 # CHECK: blez $6, 1332
|