HomeSort by relevance Sort by last modified time
    Searched full:blez (Results 1 - 25 of 50) sorted by null

1 2

  /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
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 39 blez $t1,0f /* t1<=0? */
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 22 # CHECK: blez $6, 1332 # encoding: [0x34,0x05,0xc0,0x18]
42 blez $6,1332
  /dalvik/vm/arch/mips/
CallO32.S 177 blez $a3,.Largs_done
184 blez $a3,.Largs_done
196 blez $a3,.Largs_done
  /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/v8/src/mips/
constants-mips.cc 157 case BLEZ:
309 case BLEZ:
disasm-mips.cc 839 case BLEZ:
840 Format(instr, "blez 'rs, 'imm16u");
assembler-mips.cc 509 opcode == BLEZ ||
1099 void Assembler::blez(Register rs, int16_t offset) { function in class:v8::Assembler
1101 GenInstrImmediate(BLEZ, rs, zero_reg, offset);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 240 case Mips::BGTZ: return Mips::BLEZ;
243 case Mips::BLEZ: return Mips::BGTZ;
318 Opc == Mips::BGEZ || Opc == Mips::BLTZ || Opc == Mips::BLEZ ||
  /bionic/libc/arch-mips/string/
memcpy.S 229 blez a2,.Lleave
  /external/llvm/test/MC/Disassembler/Mips/
mips32.txt 54 # CHECK: blez $6, 1332
mips32_le.txt 54 # CHECK: blez $6, 1332
mips32r2.txt 54 # CHECK: blez $6, 1332
mips32r2_le.txt 54 # CHECK: blez $6, 1332
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 413 kMipsBlez, /* blez s,o [000110] s[25..21] [00000] o[15..0] */

Completed in 998 milliseconds

1 2