Home
last modified time | relevance | path

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

12

/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/v8/test/cctest/
Dtest-disasm-x64.cc274 __ j(no_overflow, &Ljcc); in TEST()
293 __ j(no_overflow, &Ljcc); in TEST()
400 __ cmovq(no_overflow, rax, Operand(rax, 1)); in TEST()
Dtest-disasm-ia32.cc304 __ j(no_overflow, &Ljcc); in TEST()
323 __ j(no_overflow, &Ljcc); in TEST()
435 __ cmov(no_overflow, eax, Operand(eax, 1)); in TEST()
Dtest-disasm-x87.cc304 __ j(no_overflow, &Ljcc); in TEST()
323 __ j(no_overflow, &Ljcc); in TEST()
/external/v8/src/x64/
Dmacro-assembler-x64.cc1660 j(no_overflow, bailout_label, near_jump); in SmiAddConstant()
1666 j(no_overflow, &done, Label::kNear); in SmiAddConstant()
1726 j(no_overflow, bailout_label, near_jump); in SmiSubConstant()
1732 j(no_overflow, &done, Label::kNear); in SmiSubConstant()
1794 masm->j(no_overflow, &done, Label::kNear); in SmiAddHelper()
1838 Check(no_overflow, kSmiAdditionOverflow); in SmiAdd()
1843 Assert(no_overflow, kSmiAdditionOverflow); in SmiAdd()
1858 masm->j(no_overflow, &done, Label::kNear); in SmiSubHelper()
1904 masm->Assert(no_overflow, kSmiSubtractionOverflow); in SmiSubNoOverflowHelper()
3484 j(no_overflow, &done, Label::kNear); in TruncateHeapNumberToI()
[all …]
Dassembler-x64.h289 no_overflow = 1, enumerator
Dcode-stubs-x64.cc1469 __ j(no_overflow, &smi_done); in GenerateGeneric()
3304 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc464 __ j(no_overflow, tlabel); in AssembleArchBranch()
549 cc = no_overflow; in AssembleArchBoolean()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc686 __ j(no_overflow, tlabel); in AssembleArchBranch()
771 cc = no_overflow; in AssembleArchBoolean()
/external/v8/src/mips64/
Dconstants-mips64.h580 no_overflow = 1, enumerator
Dlithium-codegen-mips64.cc1325 Label no_overflow, done; in DoFlooringDivByPowerOf2I() local
1326 __ Branch(&no_overflow, lt, scratch, Operand(zero_reg)); in DoFlooringDivByPowerOf2I()
1329 __ bind(&no_overflow); in DoFlooringDivByPowerOf2I()
/external/v8/src/mips/
Dconstants-mips.h566 no_overflow = 1, enumerator
Dlithium-codegen-mips.cc1369 Label no_overflow, done; in DoFlooringDivByPowerOf2I() local
1370 __ Branch(&no_overflow, lt, scratch, Operand(zero_reg)); in DoFlooringDivByPowerOf2I()
1373 __ bind(&no_overflow); in DoFlooringDivByPowerOf2I()
/external/v8/src/x87/
Dassembler-x87.h206 no_overflow = 1, enumerator
Dcode-stubs-x87.cc1279 __ j(no_overflow, &smi_done, Label::kNear); in GenerateGeneric()
3034 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
Dfull-codegen-x87.cc3130 __ j(no_overflow, if_false); in EmitIsMinusZero()
4359 __ j(no_overflow, &done, Label::kNear); in VisitCountOperation()
Dmacro-assembler-x87.cc2915 Check(no_overflow, kIndexIsTooLarge); in EmitSeqStringSetCharCheck()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc243 j(no_overflow, &done, Label::kNear); in TruncateDoubleToI()
323 j(no_overflow, &done, Label::kNear); in TruncateHeapNumberToI()
2955 Check(no_overflow, kIndexIsTooLarge); in EmitSeqStringSetCharCheck()
Dassembler-ia32.h214 no_overflow = 1, enumerator
Dfull-codegen-ia32.cc3140 __ j(no_overflow, if_false); in EmitIsMinusZero()
4370 __ j(no_overflow, &done, Label::kNear); in VisitCountOperation()
Dcode-stubs-ia32.cc1605 __ j(no_overflow, &smi_done, Label::kNear); in GenerateGeneric()
3343 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
/external/llvm/lib/Target/PowerPC/
DREADME.txt470 bool no_overflow(unsigned a, unsigned b)
/external/llvm/lib/Target/ARM/
DREADME.txt443 bool no_overflow(unsigned a, unsigned b)
/external/llvm/lib/Target/X86/
DREADME.txt533 bool no_overflow(unsigned a, unsigned b)

12