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

  /dalvik/vm/compiler/template/mips/
TEMPLATE_SQRT_DOUBLE_VFP.S 19 bc1t 1f
TEMPLATE_FLOAT_TO_INT_VFP.S 38 bc1t .L${opcode}_set_vreg_f
43 bc1t .L${opcode}_set_vreg_f
48 bc1t .L${opcode}_set_vreg_f
TEMPLATE_DOUBLE_TO_INT_VFP.S 54 bc1t .L${opcode}_set_vreg_f
60 bc1t .L${opcode}_set_vreg_f
65 bc1t .L${opcode}_set_vreg_f
fbinop.S 32 bc1t fcc0, common_errDivideByZero
fbinopWide.S 39 bc1t fcc0, common_errDivideByZero
  /dalvik/vm/mterp/mips/
OP_FLOAT_TO_INT.S 39 bc1t .L${opcode}_set_vreg_f
44 bc1t .L${opcode}_set_vreg_f
49 bc1t .L${opcode}_set_vreg_f
OP_FLOAT_TO_LONG.S 42 bc1t .L${opcode}_set_vreg
48 bc1t .L${opcode}_set_vreg
54 bc1t .L${opcode}_set_vreg
OP_DOUBLE_TO_INT.S 55 bc1t .L${opcode}_set_vreg_f
61 bc1t .L${opcode}_set_vreg_f
66 bc1t .L${opcode}_set_vreg_f
OP_DOUBLE_TO_LONG.S 50 bc1t .L${opcode}_set_vreg
57 bc1t .L${opcode}_set_vreg
63 bc1t .L${opcode}_set_vreg
binflop.S 28 bc1t fcc0, common_errDivideByZero
binflop2addr.S 30 bc1t fcc0, common_errDivideByZero
binflopWide2addr.S 30 bc1t fcc0, common_errDivideByZero
binflopWide.S 36 bc1t fcc0, common_errDivideByZero
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 12 # CHECK: bc1t 1332 # encoding: [0x34,0x05,0x01,0x45]
32 bc1t 1332
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S     [all...]
  /external/v8/src/mips/
assembler-mips.h 853 void bc1t(int16_t offset, uint16_t cc = 0);
854 void bc1t(Label* L, uint16_t cc = 0) { bc1t(branch_offset(L, false)>>2, cc); } function in class:v8::internal::Assembler
    [all...]
macro-assembler-mips.cc 1119 bc1t(nan);
    [all...]
assembler-mips.cc 1889 void Assembler::bc1t(int16_t offset, uint16_t cc) { function in class:v8::Assembler
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 495 void bc1t() function in class:JSC::MIPSAssembler
865 || (*insn & 0xffff0000) == 0x45010000 // bc1t
899 Note: beq/bne/bc1t/bc1f are converted to bne/beq/bc1f/bc1t.
907 else if ((*insn & 0xffff0000) == 0x45010000) // bc1t
910 *insn = 0x45010005; // bc1t
MacroAssemblerMIPS.h     [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 584 __ bc1t(&less_than);
587 __ bc1t(&less_than, 2);
    [all...]

Completed in 349 milliseconds