Searched defs:Testb (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 153 __ Testb(1, r14); in OptimizedCallOptimized() local 189 __ Testb(1, r14); // stack 16bytes align check in OptimizedCallOptimized() local 429 __ Testb(1, r10); in JSProxyCallInternalWithArgV() local 481 __ Testb(1, r10); // stack 16bytes align check in JSProxyCallInternalWithArgV() local 956 __ Testb(1, r10); in JSBoundFunctionCallInternal() local 1008 __ Testb(1, r10); // stack 16bytes align check in JSBoundFunctionCallInternal() local 1175 __ Testb(1, expectedNumArgs); in PushArgsWithArgV() local 1324 __ Testb(1, actualNumArgs); in GenJSCallWithArgV() local 1380 __ Testb(1, actualNumArgs); in ConstructorJSCallWithArgV() local
|
| D | asm_interpreter_call.cpp | 618 __ Testb(CALL_TYPE_MASK, callFieldRegister); in PushCallThis() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 340 __ Testb(0x1, r14); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 886 void AssemblerX64::Testb(Immediate src, Register dst) in Testb() function in panda::ecmascript::x64::AssemblerX64
|