Home
last modified time | relevance | path

Searched defs:Tbz (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp331 __ Tbz(Register(X1), 15, &label1); in HWTEST_F_L0() local
332 __ Tbz(Register(X2), 32, &label2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp243 __ Tbz(callFieldRegister, MethodLiteral::HaveExtraBit::START_BIT, &noExtraEntry); in JSCallCommonSlowPath() local
999 __ Tbz(callFieldRegister, MethodLiteral::HaveThisBit::START_BIT, &pushNewTarget); in PushCallThis() local
1010 __ Tbz(callFieldRegister, MethodLiteral::HaveNewTargetBit::START_BIT, &pushCallTarget); in PushCallThis() local
1025 __ Tbz(callFieldRegister, MethodLiteral::HaveFuncBit::START_BIT, &pushVregs); in PushCallThis() local
Doptimized_call.cpp428 __ Tbz(callField, MethodLiteral::IsFastBuiltinBit::START_BIT, &lCallNativeCpp); in JSCallInternal() local
550 __ Tbz(bitfield, JSHClass::CallableBit::START_BIT, nonCallable); in JSCallCheck() local
654 __ Tbz(hclass, JSHClass::IsOptimizedBit::START_BIT, &slowCall); in JSBoundFunctionCallInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp979 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz() function in panda::ecmascript::aarch64::AssemblerAarch64
987 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, int32_t imm) in Tbz() function in panda::ecmascript::aarch64::AssemblerAarch64