Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp165 __ Testb(1, actualNumArgsReg); in OptimizedFastCallAndPushArgv() local
179 __ Testb(1, expectedNumArgsReg); in OptimizedFastCallAndPushArgv() local
201 __ Testb(1, expectedNumArgsReg); in OptimizedFastCallAndPushArgv() local
262 __ Testb(1, actualNumArgs); in JSFastCallWithArgV() local
357 __ Testb(1, actualNumArgsReg); in JSFastCallWithArgVAndPushArgv() local
370 __ Testb(1, expectedNumArgsReg); in JSFastCallWithArgVAndPushArgv() local
391 __ Testb(1, expectedNumArgsReg); in JSFastCallWithArgVAndPushArgv() local
Doptimized_call.cpp157 __ Testb(1, r14); in OptimizedCallAndPushArgv() local
172 __ Testb(1, r14); in OptimizedCallAndPushArgv() local
198 __ Testb(1, r14); // stack 16bytes align check in OptimizedCallAndPushArgv() local
895 __ Testb(1, r10); in JSBoundFunctionCallInternal() local
983 __ Testb(1, r10); // stack 16bytes align check in JSBoundFunctionCallInternal() local
1136 __ Testb(1, expectedNumArgs); in PushArgsWithArgV() local
1161 __ Testb(1, expectedNumArgs); in PopJSFunctionArgs() local
1282 __ Testb(1, actualNumArgs); in GenJSCallWithArgV() local
Dasm_interpreter_call.cpp630 __ Testb(CALL_TYPE_MASK, callFieldRegister); in PushCallThis() local
1734 __ Testb(Immediate(JSThread::CONCURRENT_MARKING_BITFIELD_MASK), r11); in ASMFastWriteBarrier() local
1884 __ Testb(Immediate(JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK), r11); in ASMFastSharedWriteBarrier() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp337 __ Testb(0x1, r14); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp895 void AssemblerX64::Testb(Immediate src, Register dst) in Testb() function in panda::ecmascript::x64::AssemblerX64