Home
last modified time | relevance | path

Searched defs:And (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp433 __ 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
Dasm_interpreter_call.cpp86 __ 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/
Dassembler_x64_test.cpp392 __ And(rax, rdx); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp673 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/
Doptimized_call.cpp300 __ 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
Dasm_interpreter_call.cpp1003 __ And(ret, temp); in ResumeRspAndDispatch() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp54 JSTaggedValue BuiltinsAtomics::And(EcmaRuntimeCallInfo *argv) in And() function in panda::ecmascript::builtins::BuiltinsAtomics
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1062 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp838 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right) in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp122 DEF_CALL_SIGNATURE(And) in DEF_CALL_SIGNATURE() argument
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2322 TEST_F(IrBuilderTest, And) in TEST_F() argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property