/dalvik/vm/compiler/template/mips/ |
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_CMPL_FLOAT_VFP.S | 55 bc1t fcc0, ${opcode}_finish 58 bc1t fcc0, ${opcode}_finish 61 bc1t fcc0, ${opcode}_finish
|
TEMPLATE_SQRT_DOUBLE_VFP.S | 19 bc1t 1f
|
TEMPLATE_CMPL_DOUBLE_VFP.S | 55 bc1t fcc0, ${opcode}_finish 58 bc1t fcc0, ${opcode}_finish 61 bc1t fcc0, ${opcode}_finish
|
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_LONG.S | 50 bc1t .L${opcode}_set_vreg 57 bc1t .L${opcode}_set_vreg 63 bc1t .L${opcode}_set_vreg
|
OP_CMPL_DOUBLE.S | 43 bc1t fcc0, ${opcode}_finish 46 bc1t fcc0, ${opcode}_finish 49 bc1t fcc0, ${opcode}_finish
|
OP_CMPL_FLOAT.S | 52 bc1t fcc0, ${opcode}_finish 55 bc1t fcc0, ${opcode}_finish 58 bc1t fcc0, ${opcode}_finish
|
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
|
binflop.S | 28 bc1t fcc0, common_errDivideByZero
|
binflop2addr.S | 30 bc1t fcc0, common_errDivideByZero
|
binflopWide.S | 36 bc1t fcc0, common_errDivideByZero
|
binflopWide2addr.S | 30 bc1t fcc0, common_errDivideByZero
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
MipsInstPrinter.cpp | 247 case Mips::BC1T: 248 // bc1t $fcc0, $L1 => bc1t $L1 249 return isReg<Mips::FCC0>(MI, 0) && printAlias("bc1t", MI, 1, OS);
|
/external/llvm/test/CodeGen/Mips/ |
fpbr.ll | 48 ; CHECK: bc1t 105 ; CHECK: bc1t
|
/external/llvm/test/MC/Mips/ |
mips-jump-instructions.s | 15 # CHECK32: bc1t 1332 # encoding: [0x4d,0x01,0x01,0x45] 40 # CHECK64: bc1t 1332 # encoding: [0x4d,0x01,0x01,0x45] 67 bc1t 1332
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | [all...] |
/external/llvm/test/MC/Disassembler/Mips/ |
mips32.txt | 41 # CHECK: bc1t 1332 44 # CHECK: bc1t $fcc7, 1332
|
mips32_le.txt | 41 # CHECK: bc1t 1332 44 # CHECK: bc1t $fcc7, 1332
|
mips32r2.txt | 41 # CHECK: bc1t 1332 44 # CHECK: bc1t $fcc7, 1332
|
mips32r2_le.txt | 41 # CHECK: bc1t 1332 44 # CHECK: bc1t $fcc7, 1332
|