/external/syslinux/com32/lib/sys/i386/ |
D | x86_init_fpu.c | 36 uint32_t cr0; in x86_init_fpu() local 40 cr0 = get_cr0(); in x86_init_fpu() 41 cr0 &= ~(CR0_EM | CR0_TS); in x86_init_fpu() 42 cr0 |= CR0_MP; in x86_init_fpu() 43 set_cr0(cr0); in x86_init_fpu()
|
/external/syslinux/com32/lib/sys/x86_64/ |
D | x86_init_fpu.c | 36 uint32_t cr0; in x86_init_fpu() local 40 cr0 = get_cr0(); in x86_init_fpu() 41 cr0 &= ~(CR0_EM | CR0_TS); in x86_init_fpu() 42 cr0 |= CR0_MP; in x86_init_fpu() 43 set_cr0(cr0); in x86_init_fpu()
|
/external/syslinux/com32/lib/sys/ |
D | x86_init_fpu.c | 57 uint32_t cr0; 61 cr0 = get_cr0(); 62 cr0 &= ~(CR0_EM | CR0_TS); 63 cr0 |= CR0_MP; 64 set_cr0(cr0);
|
/external/libjpeg-turbo/simd/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 247 cr0 = vec_msums(bg0, pw_mf008_mf041, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 251 cr0 = (__vector int)vec_msum((__vector unsigned short)rg0, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 252 (__vector unsigned int)cr0); in jsimd_rgb_ycc_convert_altivec() 259 crl = vec_perm((__vector unsigned short)cr0, in jsimd_rgb_ycc_convert_altivec()
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 90 __ beq(&check_sequential, cr0); in Generate() 132 __ bne(&external_string, cr0); in Generate() 146 __ Assert(eq, kExternalStringExpectedButNotFound, cr0); in Generate() 151 __ bne(call_runtime, cr0); in Generate() 159 __ bne(&one_byte, cr0); in Generate()
|
D | macro-assembler-ppc.cc | 311 beq(&ok, cr0); in RecordWriteField() 366 beq(&ok, cr0); in RecordWriteForMap() 553 bne(&done, cr0); in RememberedSetHelper() 556 Ret(ne, cr0); in RememberedSetHelper() 1543 bne(fail, cr0); in IsObjectJSStringType() 1699 beq(&aligned, cr0); in Allocate() 1795 beq(&aligned, cr0); in Allocate() 1825 Check(eq, kUnalignedAllocationInNewSpace, cr0); in Allocate() 1881 Check(eq, kUnalignedAllocationInNewSpace, cr0); in FastAllocate() 2576 bne(not_power_of_two_or_zero, cr0); in JumpIfNotPowerOfTwoOrZero() [all …]
|
D | code-stubs-ppc.cc | 407 __ beq(&return_not_equal, cr0); in EmitStrictTwoHeapObjectCompare() 445 __ bne(&object_test, cr0); in EmitCheckForInternalizedStringsOrObjects() 447 __ bne(possible_strings, cr0); in EmitCheckForInternalizedStringsOrObjects() 451 __ bne(possible_strings, cr0); in EmitCheckForInternalizedStringsOrObjects() 464 __ bne(&undetectable, cr0); in EmitCheckForInternalizedStringsOrObjects() 466 __ bne(&return_unequal, cr0); in EmitCheckForInternalizedStringsOrObjects() 479 __ beq(&return_unequal, cr0); in EmitCheckForInternalizedStringsOrObjects() 791 __ beq(&no_carry, cr0); in Generate() 795 __ beq(&loop_end, cr0); in Generate() 1274 __ Check(ne, kUnexpectedTypeForRegExpDataFixedArrayExpected, cr0); in Generate() [all …]
|
/external/syslinux/efi/x86_64/ |
D | linux.S | 40 movl %cr0, %eax 42 movl %eax, %cr0
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
D | JCLRuleSet.java | 43 …SingleConversionRule cr0 = new SingleConversionRule(Pattern.compile("import\\s*+org.apache.commons… in JCLRuleSet() local 58 conversionRuleList.add(cr0); in JCLRuleSet()
|
/external/skia/gm/ |
D | offsetimagefilter.cpp | 151 SkImageFilter::CropRect cr0(r); in onDraw() local 165 this->doDraw(canvas, r, SkOffsetImageFilter::Make(20, 20, nullptr, &cr0)); in onDraw() 186 this->doDraw(canvas, r, SkOffsetImageFilter::Make(40, 0, nullptr, &cr0), &r); in onDraw() 190 this->doDraw(canvas, r, SkOffsetImageFilter::Make(40, 0, nullptr, &cr0), &r2); in onDraw()
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 44 cmplwi cr0, r7, 143 45 bne cr0, LBB1_83 ;bb420.i 221 cmpwi cr0, r2, -1 222 bgt cr0, LBB2_2 ; entry 256 cmpwi cr0, r3, 0 258 blt cr0, LBB1_2 398 cmplwi cr0, r3, 0 401 beq cr0, LBB1_2 ;entry 461 cmplwi cr0, r6, 33920 462 bne cr0, LBB1_1 [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 112 cmplwi cr0, r7, 143 113 bne cr0, LBB1_83 ;bb420.i 140 cmpwi cr0,r3,0 141 beqlr cr0 316 1) cmpwi cr0, r3, 7 317 bgt cr0, LBB1_2 ; UnifiedReturnBlock 434 cmpwi cr0, r2, -1 435 bgt cr0, LBB2_2 ; entry 469 cmpwi cr0, r3, 0 471 blt cr0, LBB1_2 [all …]
|
/external/syslinux/gpxe/src/arch/i386/transitions/ |
D | librm.S | 207 movl %cr0, %eax 209 movl %eax, %cr0 302 movl %cr0, %eax 304 movl %eax, %cr0
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ec-input.ll | 44 …,=&{r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 103… 66 …,=&{r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 103… 77 …,=&{r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 103… 99 …,=&{r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 103… 105 …,=&{r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 103… 129 …,=&{r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 103…
|
D | asm-constraints.ll | 17 ; : "m"(*addr) : "memory", "cr0"); 35 …1:U}${1:X} $0,$1\0Acmpw $0,$0\0Abne- 1f\0A1: isync\0A", "=r,*m,~{memory},~{cr0}"(i8* %0) #1, !srcl…
|
D | opt-sub-inst-cr0-live.mir | 121 ; CHECK: SUBFC8o %3, %1, implicit-def %carry, implicit-def %cr0 122 ; CHECK: COPY killed %cr0
|
D | addisdtprelha-nonr3.mir | 63 …t-def dead %x12, implicit-def %lr8, implicit-def %ctr8, implicit-def dead %cr0, implicit-def dead … 67 …t-def dead %x12, implicit-def %lr8, implicit-def %ctr8, implicit-def dead %cr0, implicit-def dead …
|
D | inlineasm-i64-reg.ll | 34 …},={r5},{r0},{r3},{r4},{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 %5,… 68 …{r0},={r3},{r0},~{r4},~{r5},~{r6},~{r7},~{r8},~{r9},~{r10},~{r11},~{r12},~{cr0},~{memory}"(i64 107…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | ppc32-vaarg.ll | 38 ; CHECK-NEXT: mfcr 0 # cr0 85 ; CHECK-NEXT: mfcr 0 # cr0 134 ; CHECK-NEXT: mfcr 0 # cr0
|
D | compare-simm.ll | 2 ; RUN: grep {cmpwi cr0, r3, -1}
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 923 DeoptimizeIf(eq, instr, DeoptimizeReason::kMinusZero, cr0); in DoModByPowerOf2I() 963 __ bne(&remainder_not_zero, cr0); in DoModByConstI() 997 DeoptimizeIf(overflow, instr, DeoptimizeReason::kMinusZero, cr0); in DoModI() 1000 __ isel(overflow, result_reg, r0, result_reg, cr0); in DoModI() 1001 __ boverflow(&done, cr0); in DoModI() 1004 __ bnooverflow(&no_overflow_possible, cr0); in DoModI() 1017 __ bne(&done, cr0); in DoModI() 1051 DeoptimizeIf(ne, instr, DeoptimizeReason::kLostPrecision, cr0); in DoDivByPowerOf2I() 1142 DeoptimizeIf(overflow, instr, DeoptimizeReason::kOverflow, cr0); in DoDivI() 1146 __ isel(overflow, result, dividend, result, cr0); in DoDivI() [all …]
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | libprefix.S | 345 movl %cr0, %eax 347 movl %eax, %cr0 369 movl %cr0, %eax 371 movl %eax, %cr0
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 237 __ beq(&fallthrough, cr0); in CheckNotBackReferenceIgnoreCase() 247 BranchOrBacktrack(gt, on_no_match, cr0); in CheckNotBackReferenceIgnoreCase() 383 __ beq(&fallthrough, cr0); in CheckNotBackReference() 393 BranchOrBacktrack(gt, on_no_match, cr0); in CheckNotBackReference() 451 __ Cmpli(r3, Operand(c), r0, cr0); in CheckCharacterAfterAnd() 453 BranchOrBacktrack(eq, on_equal, cr0); in CheckCharacterAfterAnd() 465 __ Cmpli(r3, Operand(c), r0, cr0); in CheckNotCharacterAfterAnd() 467 BranchOrBacktrack(ne, on_not_equal, cr0); in CheckNotCharacterAfterAnd() 694 __ ble(&stack_limit_hit, cr0); in GetCode()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | inline-asm-q-regs.ll | 8 …%asmtmp = call %0 asm sideeffect "mov %cr0, $0 \0Amov %cr2, $1 \0Amov %cr3, $…
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 79 __ Assert(ne, kUnexpectedInitialMapForInternalArrayFunction, cr0); in Generate_InternalArrayCode() 106 __ Assert(ne, kUnexpectedInitialMapForArrayFunction, cr0); in Generate_ArrayCode() 628 __ beq(&no_args, cr0); in Generate_JSConstructStubHelper() 840 __ beq(&done_loop, cr0); in Generate_ResumeGeneratorTrampoline() 1058 __ beq(&array_done, cr0); in Generate_InterpreterEntryTrampoline() 1086 __ Assert(ne, kFunctionDataShouldBeBytecodeArrayOnInterpreterEntry, cr0); in Generate_InterpreterEntryTrampoline() 1126 __ beq(&no_args, cr0); in Generate_InterpreterEntryTrampoline() 1345 __ Assert(ne, kFunctionDataShouldBeBytecodeArrayOnInterpreterEntry, cr0); in Generate_InterpreterEnterBytecode() 1490 __ bne(&gotta_call_runtime, cr0); in Generate_CompileLazy() 1792 __ beq(receiver_check_failed, cr0); in CompatibleReceiverCheck() [all …]
|