Searched refs:half (Results 1 – 7 of 7) sorted by relevance
/art/test/503-dead-instructions/smali/ |
D | DeadInstructions.smali | 51 # Give one half of a pair.
|
/art/test/954-invoke-polymorphic-verifier/ |
D | expected.txt | 3 …nce.<init>(): tried to get class from non-reference register v0 (type=Precise Low-half Constant: 0)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 668 dsrl $v1, $v0, 32 # put high half of result in v1 671 mfhc1 $v1, $f0 # put high half of FP result in v1 673 sw $v0, 0($a3) # store low half of result 674 sw $v1, 4($a3) # store high half of result 1096 sw $v1, 4($a4) # store the other half of the result 1102 sw $v1, 4($a4) # store the other half of the result 1198 sw $v1, 4($a4) # store the other half of the result 1204 sw $v1, 4($a4) # store the other half of the result
|
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 888 FpuRegister half = locations->GetTemp(0).AsFpuRegister<FpuRegister>(); in GenRound() local 938 __ Dmtc1(AT, half); in GenRound() 939 __ CmpLeD(FTMP, half, FTMP); in GenRound() 945 __ Mtc1(AT, half); in GenRound() 946 __ CmpLeS(FTMP, half, FTMP); in GenRound()
|
D | intrinsics_mips.cc | 2555 FRegister half = locations->GetTemp(0).AsFpuRegister<FRegister>(); in VisitMathRoundFloat() local 2587 __ Mtc1(AT, half); in VisitMathRoundFloat() 2589 __ CmpLeS(FTMP, half, FTMP); in VisitMathRoundFloat() 2653 __ Mtc1(AT, half); in VisitMathRoundFloat() 2654 __ ColeS(half, FTMP); in VisitMathRoundFloat()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1192 sw $v1, 4($t0) # store the other half of the result
|
/art/test/dexdump/ |
D | checkers.txt | 1681 002792: 1a00 3701 |01cd: const-string v0, "undid half-move" // string@…
|