/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_x64_test.cpp | 396 __ And(rax, rdx); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | asm_interpreter_call.cpp | 86 __ And(functionTypeRegister, bitFieldRegister.W(), LogicalImmediate::Create(0xFF, RegWSize)); in AsmInterpEntryDispatch() local 705 __ And(temp, temp, ret); in ResumeRspAndDispatch() local 711 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndDispatch() local 731 __ And(temp.W(), temp.W(), in ResumeRspAndDispatch() local 1122 __ And(numVregs.W(), numVregs.W(), LogicalImmediate::Create( in GetNumVregsFromCallField() local 1131 __ And(declaredNumArgs.W(), declaredNumArgs.W(), LogicalImmediate::Create( in GetDeclaredNumArgsFromCallField() local
|
D | optimized_call.cpp | 215 __ And(expectedNumArgs, expectedNumArgs, in OptimizedCallAndPushUndefined() local 445 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local 493 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local 543 __ And(taggedValue, jsfunc, taggedValue); in JSCallCheck() local 553 __ And(jstype, bitfield, LogicalImmediate::Create(0xFF, RegWSize)); in JSCallCheck() local
|
D | optimized_fast_call.cpp | 126 __ And(expectedNumArgs, expectedNumArgs, in OptimizedFastCallAndPushUndefined() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 686 void AssemblerAarch64::And(const Register &rd, const Register &rn, const LogicalImmediate &imm) in And() function in panda::ecmascript::aarch64::AssemblerAarch64 702 void AssemblerAarch64::And(const Register &rd, const Register &rn, const Operand &operand) in And() function in panda::ecmascript::aarch64::AssemblerAarch64
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 54 JSTaggedValue BuiltinsAtomics::And(EcmaRuntimeCallInfo *argv) in And() function in panda::ecmascript::builtins::BuiltinsAtomics
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 1063 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_call.cpp | 522 __ And(jsFuncReg, rdx); in JSCallCheck() local 528 __ And(jsFuncReg, rdx); // IsSpecial in JSCallCheck() local
|
D | asm_interpreter_call.cpp | 1005 __ And(ret, temp); in ResumeRspAndDispatch() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 933 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
D | call_signature.cpp | 132 DEF_CALL_SIGNATURE(And) in DEF_CALL_SIGNATURE() argument
|
/arkcompiler/runtime_core/compiler/tests/ |
D | ir_builder_test.cpp | 2322 TEST_F(IrBuilderTest, And) in TEST_F() argument
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|