Home
last modified time | relevance | path

Searched refs:no_overflow (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-03-04-stm-undef-addr.ll5 br i1 undef, label %stack_overflow, label %no_overflow
10 no_overflow: ; preds = %0
18 bci_13: ; preds = %no_overflow
49 bci_4: ; preds = %no_overflow
D2010-03-04-eabi-fp-spill.ll6 br i1 undef, label %stack_overflow, label %no_overflow
11 no_overflow: ; preds = %0
22 bci_13: ; preds = %no_overflow
63 bci_4: ; preds = %no_overflow
/external/llvm/test/CodeGen/ARM/
D2010-03-04-stm-undef-addr.ll5 br i1 undef, label %stack_overflow, label %no_overflow
10 no_overflow: ; preds = %0
18 bci_13: ; preds = %no_overflow
49 bci_4: ; preds = %no_overflow
D2010-03-04-eabi-fp-spill.ll6 br i1 undef, label %stack_overflow, label %no_overflow
11 no_overflow: ; preds = %0
22 bci_13: ; preds = %no_overflow
63 bci_4: ; preds = %no_overflow
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h25 int no_overflow; member
Debb.c123 ebb_state.stats.no_overflow++; in standard_ebb_callee()
178 ebb_state.stats.negative, ebb_state.stats.no_overflow, in dump_summary_ebb_state()
/external/v8/src/x64/
Dmacro-assembler-x64.cc1652 j(no_overflow, bailout_label, near_jump); in SmiAddConstant()
1658 j(no_overflow, &done, Label::kNear); in SmiAddConstant()
1716 j(no_overflow, bailout_label, near_jump); in SmiSubConstant()
1722 j(no_overflow, &done, Label::kNear); in SmiSubConstant()
1784 masm->j(no_overflow, &done, Label::kNear); in SmiAddHelper()
1828 Check(no_overflow, kSmiAdditionOverflow); in SmiAdd()
1833 Assert(no_overflow, kSmiAdditionOverflow); in SmiAdd()
1848 masm->j(no_overflow, &done, Label::kNear); in SmiSubHelper()
1894 masm->Assert(no_overflow, kSmiSubtractionOverflow); in SmiSubNoOverflowHelper()
3803 j(no_overflow, &done, Label::kNear); in TruncateHeapNumberToI()
[all …]
Dcode-stubs-x64.cc876 __ j(no_overflow, &smi_done); in GenerateGeneric()
2214 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1514 __ j(no_overflow, &done); in AssembleArchInstruction()
1543 __ j(no_overflow, &done); in AssembleArchInstruction()
2235 __ j(no_overflow, tlabel); in AssembleArchBranch()
2307 cc = no_overflow; in AssembleArchBoolean()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc1226 Label no_overflow, done; in DoFlooringDivByPowerOf2I() local
1227 __ Branch(&no_overflow, lt, scratch, Operand(zero_reg)); in DoFlooringDivByPowerOf2I()
1230 __ bind(&no_overflow); in DoFlooringDivByPowerOf2I()
1357 Label no_overflow; in DoMulS() local
1358 __ DsubBranchNoOvf(result, zero_reg, Operand(left), &no_overflow); in DoMulS()
1360 __ bind(&no_overflow); in DoMulS()
1461 Label no_overflow; in DoMulI() local
1462 __ SubBranchNoOvf(result, zero_reg, Operand(left), &no_overflow); in DoMulI()
1464 __ bind(&no_overflow); in DoMulI()
/external/v8/src/mips/
Dconstants-mips.h654 no_overflow = 1, enumerator
Dmacro-assembler-mips.cc1462 Label no_overflow; in AddPair() local
1472 Branch(&no_overflow, eq, kScratchReg, Operand(zero_reg)); in AddPair()
1475 bind(&no_overflow); in AddPair()
1481 Label no_overflow; in SubPair() local
1488 Branch(&no_overflow, eq, kScratchReg, Operand(zero_reg)); in SubPair()
1491 bind(&no_overflow); in SubPair()
/external/v8/src/mips64/
Dconstants-mips64.h687 no_overflow = 1, enumerator
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1231 Label no_overflow, done; in DoFlooringDivByPowerOf2I() local
1232 __ Branch(&no_overflow, lt, scratch, Operand(zero_reg)); in DoFlooringDivByPowerOf2I()
1235 __ bind(&no_overflow); in DoFlooringDivByPowerOf2I()
1356 Label no_overflow; in DoMulI() local
1357 __ SubBranchNoOvf(result, zero_reg, Operand(left), &no_overflow); in DoMulI()
1359 __ bind(&no_overflow); in DoMulI()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc275 j(no_overflow, &done, Label::kNear); in TruncateDoubleToI()
355 j(no_overflow, &done, Label::kNear); in TruncateHeapNumberToI()
2843 Check(no_overflow, kIndexIsTooLarge); in EmitSeqStringSetCharCheck()
Dassembler-ia32.h197 no_overflow = 1, enumerator
Dcode-stubs-ia32.cc987 __ j(no_overflow, &smi_done, Label::kNear); in GenerateGeneric()
2262 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
/external/v8/src/x87/
Dassembler-x87.h198 no_overflow = 1, enumerator
Dcode-stubs-x87.cc808 __ j(no_overflow, &smi_done, Label::kNear); in GenerateGeneric()
2108 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1663 __ j(no_overflow, tlabel); in AssembleArchBranch()
1736 cc = no_overflow; in AssembleArchBoolean()
/external/llvm/lib/Target/PowerPC/
DREADME.txt470 bool no_overflow(unsigned a, unsigned b)
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2090 __ j(no_overflow, tlabel); in AssembleArchBranch()
2191 cc = no_overflow; in AssembleArchBoolean()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME.txt443 bool no_overflow(unsigned a, unsigned b)
/external/llvm/lib/Target/ARM/
DREADME.txt443 bool no_overflow(unsigned a, unsigned b)
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt786 bool no_overflow(unsigned a, unsigned b)

12