| /third_party/node/deps/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 465 __ and_(r3, current_character(), r0, SetRC); in CheckCharacterAfterAnd() local 467 __ and_(r3, current_character(), r0); in CheckCharacterAfterAnd() local 479 __ and_(r3, current_character(), r0, SetRC); in CheckNotCharacterAfterAnd() local 481 __ and_(r3, current_character(), r0); in CheckNotCharacterAfterAnd() local 492 __ and_(r3, r3, r0); in CheckNotCharacterAfterMinusAnd() local
|
| /third_party/node/deps/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 469 __ and_(eax, current_character()); in CheckCharacterAfterAnd() local 483 __ and_(eax, current_character()); in CheckNotCharacterAfterAnd() local 496 __ and_(eax, mask); in CheckNotCharacterAfterMinusAnd() local 562 __ and_(ebx, current_character()); in CheckBitInTable() local
|
| /third_party/node/deps/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 436 __ and_(r0, current_character(), Operand(mask)); in CheckCharacterAfterAnd() local 449 __ and_(r0, current_character(), Operand(mask)); in CheckNotCharacterAfterAnd() local 459 __ and_(r0, r0, Operand(mask)); in CheckNotCharacterAfterMinusAnd() local 520 __ and_(r1, current_character(), Operand(kTableSize - 1)); in CheckBitInTable() local
|
| /third_party/vixl/benchmarks/aarch32/ |
| D | asm-disasm-speed-test.cc | 473 __ and_(r5, r5, 0x1f); in Generate_3() local 481 __ and_(r0, r0, 0x1f); in Generate_3() local 489 __ and_(r1, r1, 0x1f); in Generate_3() local 890 __ and_(r3, r3, 0x1f); in Generate_6() local 1072 __ and_(r3, r8, 0x1f); in Generate_8() local 2474 __ and_(r3, r6, 0x1f); in Generate_19() local 2667 __ and_(r2, r2, 0x1f); in Generate_21() local 2671 __ and_(r2, r2, 0x1f); in Generate_21() local 2840 __ and_(lr, r3, 0x1f); in Generate_22() local 2848 __ and_(r0, r0, 0x1f); in Generate_22() local [all …]
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 3165 __ and_(ecx, HeapNumber::kExponentMask); in Generate_DoubleToI() local 3199 __ and_( in Generate_DoubleToI() local 3721 __ and_(edx, 0xF); in Generate_MemMove() local 3737 __ and_(count, 0xF); in Generate_MemMove() local 3765 __ and_(count, 0xF); in Generate_MemMove() local 3788 __ and_(edx, 0xF); in Generate_MemMove() local 3802 __ and_(count, 0xF); in Generate_MemMove() local 3832 __ and_(count, 0xF); in Generate_MemMove() local
|
| /third_party/python/Lib/ |
| D | operator.py | 79 def and_(a, b): function
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | assembler-ia32.cc | 877 void Assembler::and_(Register dst, int32_t imm32) { in and_() function in v8::internal::Assembler 881 void Assembler::and_(Register dst, const Immediate& x) { in and_() function in v8::internal::Assembler 886 void Assembler::and_(Register dst, Operand src) { in and_() function in v8::internal::Assembler 892 void Assembler::and_(Operand dst, const Immediate& x) { in and_() function in v8::internal::Assembler 897 void Assembler::and_(Operand dst, Register src) { in and_() function in v8::internal::Assembler
|
| D | assembler-ia32.h | 581 void and_(Register dst, Register src) { and_(dst, Operand(src)); } in and_() function
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1188 __ and_(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local 1645 __ and_(r0, i.InputRegister(0), i.InputRegister(1), i.OutputRCBit()); in AssembleArchInstruction() local 1657 __ and_(r0, i.InputRegister(0), i.InputRegister(1), i.OutputRCBit()); in AssembleArchInstruction() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-api-movprfx-aarch64.cc | 115 __ and_(z12.VnD(), p5.Merging(), z12.VnD(), z12.VnD()); in TEST() local 686 __ and_(z25.VnB(), p4.Merging(), z25.VnB(), z27.VnB()); in TEST() local 1098 __ and_(z31.VnS(), z31.VnS(), 4); in TEST() local 1350 __ and_(z8.VnS(), p3.Merging(), z8.VnS(), z31.VnS()); in TEST() local 1353 __ and_(z20.VnS(), z20.VnS(), 4); in TEST() local
|
| D | test-trace-aarch64.cc | 65 __ and_(w27, w28, w29); in GenerateTestSequenceBase() local 66 __ and_(x2, x3, x4); in GenerateTestSequenceBase() local 651 __ and_(v10.V16B(), v8.V16B(), v27.V16B()); in GenerateTestSequenceNEON() local 652 __ and_(v5.V8B(), v1.V8B(), v16.V8B()); in GenerateTestSequenceNEON() local
|
| D | test-assembler-aarch64.cc | 616 TEST(and_) { in TEST() argument 7339 __ and_(xzr, x0, x2); in TEST() local 7340 __ and_(xzr, x2, xzr); in TEST() local 7341 __ and_(xzr, xzr, x2); in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerMIPS32.cpp | 413 void AssemblerMIPS32::and_(const Operand *OpRd, const Operand *OpRs, in and_() function in Ice::MIPS32::AssemblerMIPS32
|
| D | IceAssemblerARM32.cpp | 1361 void AssemblerARM32::and_(const Operand *OpRd, const Operand *OpRn, in and_() function in Ice::ARM32::AssemblerARM32
|
| /third_party/vixl/src/aarch64/ |
| D | assembler-sve-aarch64.cc | 100 void Assembler::and_(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in and_() function in vixl::aarch64::Assembler 130 void Assembler::and_(const ZRegister& zd, in and_() function in vixl::aarch64::Assembler 2350 void Assembler::and_(const ZRegister& zd, in and_() function in vixl::aarch64::Assembler 6101 void Assembler::and_(const PRegisterWithLaneSize& pd, in and_() function in vixl::aarch64::Assembler
|
| D | assembler-aarch64.cc | 581 void Assembler::and_(const Register& rd, in and_() function in vixl::aarch64::Assembler
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 1401 __ and_(esp, -8); // align to 8 byte boundary. in AssembleArchInstruction() local 3041 __ and_(esp, -16); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm.cc | 1536 void Assembler::and_(Register dst, Register src1, const Operand& src2, SBit s, in and_() function in v8::internal::Assembler 1541 void Assembler::and_(Register dst, Register src1, Register src2, SBit s, in and_() function in v8::internal::Assembler
|
| /third_party/vixl/src/aarch32/ |
| D | assembler-aarch32.h | 1987 void and_(Register rd, Register rn, const Operand& operand) { in and_() function 1990 void and_(Condition cond, Register rd, Register rn, const Operand& operand) { in and_() function 1993 void and_(EncodingSize size, in and_() function
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 1062 __ and_(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | assembler-loong64.cc | 1109 void Assembler::and_(Register rd, Register rj, Register rk) { in and_() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 2727 __ and_(r7, r7, ip, SetRC); in Generate_ConstructFunction() local
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.cc | 1854 void Assembler::and_(Register rd, Register rs, Register rt) { in and_() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | assembler-arm64.cc | 909 void Assembler::and_(const Register& rd, const Register& rn, in and_() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.cc | 1862 void Assembler::and_(Register rd, Register rs, Register rt) { in and_() function in v8::internal::Assembler
|