HomeSort by relevance Sort by last modified time
    Searched refs:blez (Results 1 - 18 of 18) sorted by null

  /dalvik/vm/arch/mips/
CallO32.S 177 blez $a3,.Largs_done
184 blez $a3,.Largs_done
196 blez $a3,.Largs_done
  /dalvik/vm/mterp/mips/
OP_GOTO_32.S 24 blez a1, common_testUpdateProfile # (a0) hot trace head?
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_DOUBLE_TO_INT.S 34 blez t0, .L${opcode}_set_vreg # nonzero == yes
OP_DOUBLE_TO_LONG.S 27 blez t1, .L${opcode}_set_vreg
  /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
  /external/valgrind/main/none/tests/mips32/
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
  /system/core/libcutils/tests/memset_mips/
android_memset_test.S 56 blez $a2,9f /* Anything to do? */
memset_omips.S 77 blez a2, .Lexit # Handle last 8 bytes (if cnt>0)
  /external/v8/src/mips/
assembler-mips.h 684 void blez(Register rs, int16_t offset);
    [all...]
macro-assembler-mips.cc     [all...]
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...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]

Completed in 146 milliseconds