Home
last modified time | relevance | path

Searched defs:Andl (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp383 __ Andl(0xfffffff, rax); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp131 __ Andl(((1LU << MethodLiteral::NumArgsBits::SIZE) - 1), methodCallField); in OptimizedCallAndPushUndefined() local
417 …__ Andl(((1LU << MethodLiteral::BuiltinIdBits::SIZE) - 1), methodExtraLiteralInfo); // get built… in GenJSCall() local
834 __ Andl(((1LU << MethodLiteral::NumArgsBits::SIZE) - 1), tmp); in PushArgsWithArgV() local
Doptimized_fast_call.cpp122 __ Andl(((1LU << MethodLiteral::NumArgsBits::SIZE) - 1), methodCallField); in OptimizedFastCallAndPushUndefined() local
Dasm_interpreter_call.cpp1028 __ Andl((1LU << MethodLiteral::FunctionKindBits::SIZE) - 1, temp); in ResumeRspAndDispatch() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1041 void AssemblerX64::Andl(Immediate src, Register dst) in Andl() function in panda::ecmascript::x64::AssemblerX64