| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 433 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local 485 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local 585 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in ConstructorJSCallInternal() local 615 __ And(taggedValue, jsfunc, taggedValue); in JSCallCheck() local 625 __ And(jstype, bitfield, LogicalImmediate::Create(0xFF, RegWSize)); in JSCallCheck() local 673 __ And(callField.W(), callField.W(), in CallOptimziedMethodInternal() local
|
| D | asm_interpreter_call.cpp | 86 __ And(functionTypeRegister, bitFieldRegister.W(), LogicalImmediate::Create(0xFF, RegWSize)); in AsmInterpEntryDispatch() local 708 __ And(temp, temp, ret); in ResumeRspAndDispatch() local 714 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndDispatch() local 734 __ And(temp.W(), temp.W(), in ResumeRspAndDispatch() local 1103 __ And(numVregs.W(), numVregs.W(), LogicalImmediate::Create( in GetNumVregsFromCallField() local 1112 __ And(declaredNumArgs.W(), declaredNumArgs.W(), LogicalImmediate::Create( in GetDeclaredNumArgsFromCallField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 392 __ And(rax, rdx); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 673 void AssemblerAarch64::And(const Register &rd, const Register &rn, const LogicalImmediate &imm) in And() function in panda::ecmascript::aarch64::AssemblerAarch64 689 void AssemblerAarch64::And(const Register &rd, const Register &rn, const Operand &operand) in And() function in panda::ecmascript::aarch64::AssemblerAarch64
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 300 __ And(jsFuncReg, rdx); in JSProxyCallInternalWithArgV() local 306 __ And(jsFuncReg, rdx); // IsSpecial in JSProxyCallInternalWithArgV() local 860 __ And(jsFuncReg, rdx); in JSCallCheck() local 866 __ And(jsFuncReg, rdx); // IsSpecial in JSCallCheck() local
|
| D | asm_interpreter_call.cpp | 1003 __ And(ret, temp); in ResumeRspAndDispatch() local
|
| /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 | 1062 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 838 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right) in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
| D | call_signature.cpp | 122 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 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|