Searched defs:Testb (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 175 __ Testb(1, actualNumArgsReg); in OptimizedFastCallAndPushArgv() local 189 __ Testb(1, expectedNumArgsReg); in OptimizedFastCallAndPushArgv() local 211 __ Testb(1, expectedNumArgsReg); in OptimizedFastCallAndPushArgv() local 272 __ Testb(1, actualNumArgs); in JSFastCallWithArgV() local 367 __ Testb(1, actualNumArgsReg); in JSFastCallWithArgVAndPushArgv() local 380 __ Testb(1, expectedNumArgsReg); in JSFastCallWithArgVAndPushArgv() local 401 __ Testb(1, expectedNumArgsReg); in JSFastCallWithArgVAndPushArgv() local
|
| D | optimized_call.cpp | 166 __ Testb(1, r14); in OptimizedCallAndPushArgv() local 181 __ Testb(1, r14); in OptimizedCallAndPushArgv() local 207 __ Testb(1, r14); // stack 16bytes align check in OptimizedCallAndPushArgv() local 915 __ Testb(1, r10); in JSBoundFunctionCallInternal() local 1003 __ Testb(1, r10); // stack 16bytes align check in JSBoundFunctionCallInternal() local 1156 __ Testb(1, expectedNumArgs); in PushArgsWithArgV() local 1181 __ Testb(1, expectedNumArgs); in PopJSFunctionArgs() local 1302 __ Testb(1, actualNumArgs); in GenJSCallWithArgV() local
|
| D | asm_interpreter_call.cpp | 640 __ Testb(CALL_TYPE_MASK, callFieldRegister); in PushCallThis() local 1560 __ Testb(Immediate(JSThread::CONCURRENT_MARKING_BITFIELD_MASK), r11); in ASMFastWriteBarrier() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 337 __ Testb(0x1, r14); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 887 void AssemblerX64::Testb(Immediate src, Register dst) in Testb() function in panda::ecmascript::x64::AssemblerX64
|