/external/llvm/test/CodeGen/ARM/ |
D | 2010-03-04-stm-undef-addr.ll | 5 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
|
D | 2010-03-04-eabi-fp-spill.ll | 6 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/ |
D | test-disasm-x64.cc | 274 __ j(no_overflow, &Ljcc); in TEST() 293 __ j(no_overflow, &Ljcc); in TEST() 400 __ cmovq(no_overflow, rax, Operand(rax, 1)); in TEST()
|
D | test-disasm-ia32.cc | 304 __ j(no_overflow, &Ljcc); in TEST() 323 __ j(no_overflow, &Ljcc); in TEST() 435 __ cmov(no_overflow, eax, Operand(eax, 1)); in TEST()
|
D | test-disasm-x87.cc | 304 __ j(no_overflow, &Ljcc); in TEST() 323 __ j(no_overflow, &Ljcc); in TEST()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1660 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 …]
|
D | assembler-x64.h | 289 no_overflow = 1, enumerator
|
D | code-stubs-x64.cc | 1469 __ j(no_overflow, &smi_done); in GenerateGeneric() 3304 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 464 __ j(no_overflow, tlabel); in AssembleArchBranch() 549 cc = no_overflow; in AssembleArchBoolean()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 686 __ j(no_overflow, tlabel); in AssembleArchBranch() 771 cc = no_overflow; in AssembleArchBoolean()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 580 no_overflow = 1, enumerator
|
D | lithium-codegen-mips64.cc | 1325 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/ |
D | constants-mips.h | 566 no_overflow = 1, enumerator
|
D | lithium-codegen-mips.cc | 1369 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/ |
D | assembler-x87.h | 206 no_overflow = 1, enumerator
|
D | code-stubs-x87.cc | 1279 __ j(no_overflow, &smi_done, Label::kNear); in GenerateGeneric() 3034 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
|
D | full-codegen-x87.cc | 3130 __ j(no_overflow, if_false); in EmitIsMinusZero() 4359 __ j(no_overflow, &done, Label::kNear); in VisitCountOperation()
|
D | macro-assembler-x87.cc | 2915 Check(no_overflow, kIndexIsTooLarge); in EmitSeqStringSetCharCheck()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 243 j(no_overflow, &done, Label::kNear); in TruncateDoubleToI() 323 j(no_overflow, &done, Label::kNear); in TruncateHeapNumberToI() 2955 Check(no_overflow, kIndexIsTooLarge); in EmitSeqStringSetCharCheck()
|
D | assembler-ia32.h | 214 no_overflow = 1, enumerator
|
D | full-codegen-ia32.cc | 3140 __ j(no_overflow, if_false); in EmitIsMinusZero() 4370 __ j(no_overflow, &done, Label::kNear); in VisitCountOperation()
|
D | code-stubs-ia32.cc | 1605 __ j(no_overflow, &smi_done, Label::kNear); in GenerateGeneric() 3343 __ j(no_overflow, &done, Label::kNear); in GenerateSmis()
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 470 bool no_overflow(unsigned a, unsigned b)
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 443 bool no_overflow(unsigned a, unsigned b)
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 533 bool no_overflow(unsigned a, unsigned b)
|