Home
last modified time | relevance | path

Searched refs:Tbnz (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h347 void Tbnz(const Register &rt, int32_t bitPos, Label *label);
348 void Tbnz(const Register &rt, int32_t bitPos, int32_t imm);
H A Dassembler_aarch64.cpp1005 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz() function in panda::ecmascript::aarch64::AssemblerAarch64
1010 Tbnz(rt, bitPos, offsetImm); in Tbnz()
1013 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, int32_t imm) in Tbnz() function in panda::ecmascript::aarch64::AssemblerAarch64
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp126 __ Tbnz(argc, 0, &copyArgs); in PushArgsWithArgvInPair()
H A Doptimized_call.cpp476 __ Tbnz(callField, MethodLiteral::IsNativeBit::START_BIT, &callNativeMethod); in JSCallInternal()
479 __ Tbnz(Register(X5), JSHClass::ConstructorBit::START_BIT, &lCallConstructor); in JSCallInternal()
501 __ Tbnz(callField, MethodLiteral::IsFastBuiltinBit::START_BIT, &lCallBuiltinStub); in JSCallInternal()
988 __ Tbnz(hclass, JSHClass::ConstructorBit::START_BIT, &slowCall); in JSBoundFunctionCallInternal()
H A Dasm_interpreter_call.cpp104 __ Tbnz(callFieldRegister, MethodLiteral::IsNativeBit::START_BIT, &callNativeEntry); in AsmInterpEntryDispatch()
286 __ Tbnz(callFieldRegister, MethodLiteral::HaveExtraBit::START_BIT, fastPathEntry); in JSCallCommonSlowPath()
1441 static_assert(JSThread::SHARED_CONCURRENT_MARKING_BITFIELD_MASK == 1 && "Tbnz can't handle other bit mask");
1442 __ Tbnz(Register(X15, W), 0, &callSharedBarrier);
1840 __ Tbnz(callFieldRegister, MethodLiteral::IsFastBuiltinBit::START_BIT, &callFastBuiltin);
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp326 __ Tbnz(Register(X2), 5, &label3); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp413 GetMasm()->Tbnz(VixlReg(reg), bitPos, label); in EncodeBitTestAndBranch()
1096 GetMasm()->Tbnz(VixlReg(length), 0, labelNotCompressed); in EncodeCompressedStringCharAt()
1120 GetMasm()->Tbnz(VixlReg(length), 0, labelNotCompressed); in EncodeCompressedStringCharAtI()

Completed in 14 milliseconds