/external/chromium_org/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 1964 Bic(csp, old_stack_pointer, sp_alignment - 1); in CallCFunction() 2536 Bic(bulk_length, length, pair_mask); in CopyBytes() 3410 Bic(object, object, kHeapObjectTagMask); in UndoAllocationInNewSpace() 3436 Bic(scratch1, scratch1, kObjectAlignmentMask); in AllocateTwoByteString() 3467 Bic(scratch1, scratch1, kObjectAlignmentMask); in AllocateAsciiString() 4492 Bic(bitmap_reg, addr_reg, Page::kPageAlignmentMask); in GetMarkBits() 4677 Bic(length_scratch, length_scratch, kObjectAlignmentMask); in EnsureNotWhite() 4690 Bic(bitmap_scratch, bitmap_scratch, Page::kPageAlignmentMask); in EnsureNotWhite() 5009 Bic(csp, StackPointer(), 0xf); in PrintfNoPreserve()
|
D | macro-assembler-arm64-inl.h | 70 void MacroAssembler::Bic(const Register& rd, in Bic() function 1249 Bic(csp, temp, 0xf); in BumpSystemStackPointer() 1443 Bic(untagged_obj, obj, kHeapObjectTag); in ObjectUntag()
|
D | macro-assembler-arm64.h | 121 inline void Bic(const Register& rd, 777 Bic(csp, StackPointer(), sp_alignment - 1); in AlignAndSetCSPForFrame()
|
D | lithium-codegen-arm64.cc | 3784 __ Bic(result_bits, result_bits, kXSignMask); in DoDeferredMathAbsTagged() local 4965 __ Bic(result, result, kSmiShiftMask); in DoShiftS() local 4980 __ Bic(result, result, kSmiShiftMask); in DoShiftS() local 5001 __ Bic(result, result, kSmiShiftMask); in DoShiftS() local 5008 __ Bic(result, result, kSmiShiftMask); in DoShiftS() local
|
D | stub-cache-arm64.cc | 124 __ Bic(scratch2.W(), scratch2.W(), Code::kFlagsNotUsedInLookup); in ProbeTable() local
|
D | full-codegen-arm64.cc | 2005 __ Bic(result, result, kSmiShiftMask); in EmitInlineSmiBinaryOp() local 2018 __ Bic(result, result, kSmiShiftMask); in EmitInlineSmiBinaryOp() local
|
D | code-stubs-arm64.cc | 4542 __ Bic(mem_chunk, regs_.object(), Page::kPageAlignmentMask); in CheckNeedsToInformIncrementalMarker() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1682 COMPARE(Bic(w6, w7, 0), "mov w6, w7"); in TEST_() 1683 COMPARE(Bic(x6, x7, 0), "mov x6, x7"); in TEST_() 1698 COMPARE(Bic(w18, w19, 0xffffffff), "movz w18, #0x0"); in TEST_() 1699 COMPARE(Bic(x18, x19, 0xffffffff), "and x18, x19, #0xffffffff00000000"); in TEST_() 1700 COMPARE(Bic(x18, x19, 0xffffffffffffffff), "movz x18, #0x0"); in TEST_()
|
D | test-assembler-arm64.cc | 810 __ Bic(x2, x0, Operand(x1)); in TEST() local 811 __ Bic(w3, w0, Operand(w1, LSL, 4)); in TEST() local 812 __ Bic(x4, x0, Operand(x1, LSL, 4)); in TEST() local 813 __ Bic(x5, x0, Operand(x1, LSR, 1)); in TEST() local 814 __ Bic(w6, w0, Operand(w1, ASR, 20)); in TEST() local 815 __ Bic(x7, x0, Operand(x1, ASR, 20)); in TEST() local 816 __ Bic(w8, w0, Operand(w1, ROR, 28)); in TEST() local 817 __ Bic(x9, x0, Operand(x1, ROR, 24)); in TEST() local 818 __ Bic(x10, x0, Operand(0x1f)); in TEST() local 819 __ Bic(x11, x0, Operand(0x100)); in TEST() local [all …]
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1661 COMPARE(Bic(w6, w7, 0), "mov w6, w7"); in TEST() 1662 COMPARE(Bic(x6, x7, 0), "mov x6, x7"); in TEST() 1677 COMPARE(Bic(w18, w19, 0xffffffff), "movz w18, #0x0"); in TEST() 1678 COMPARE(Bic(x18, x19, 0xffffffff), "and x18, x19, #0xffffffff00000000"); in TEST() 1679 COMPARE(Bic(x18, x19, 0xffffffffffffffff), "movz x18, #0x0"); in TEST()
|
D | test-assembler-a64.cc | 768 __ Bic(x2, x0, Operand(x1)); in TEST() local 769 __ Bic(w3, w0, Operand(w1, LSL, 4)); in TEST() local 770 __ Bic(x4, x0, Operand(x1, LSL, 4)); in TEST() local 771 __ Bic(x5, x0, Operand(x1, LSR, 1)); in TEST() local 772 __ Bic(w6, w0, Operand(w1, ASR, 20)); in TEST() local 773 __ Bic(x7, x0, Operand(x1, ASR, 20)); in TEST() local 774 __ Bic(w8, w0, Operand(w1, ROR, 28)); in TEST() local 775 __ Bic(x9, x0, Operand(x1, ROR, 24)); in TEST() local 776 __ Bic(x10, x0, Operand(0x1f)); in TEST() local 777 __ Bic(x11, x0, Operand(0x100)); in TEST() local [all …]
|
/external/vixl/src/a64/ |
D | macro-assembler-a64.cc | 72 void MacroAssembler::Bic(const Register& rd, in Bic() function in vixl::MacroAssembler 1189 Bic(sp, StackPointer(), 0xf); in PrintfNoPreserve()
|
D | macro-assembler-a64.h | 105 void Bic(const Register& rd,
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | neon-instructions.txt | 44 # Vector And, Orr, Eor, Orn, Bic
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 1.txt | 10299 1418736|Le Bic, QC
|