Home
last modified time | relevance | path

Searched refs:Tbz (Results 1 - 12 of 12) sorted by relevance

/third_party/vixl/benchmarks/aarch64/
H A Dbench-branch-masm.cc60 masm.Tbz(x3, 2, &target); in main()
H A Dbench-branch-link-masm.cc67 masm.Tbz(x3, 2, &target_4); in main()
H A Dbench-utils.cc327 __ Tbz(PickX(), in GenerateBranchSequence()
/third_party/vixl/examples/aarch64/
H A Dcustom-disassembler.cc136 __ Tbz(x10, 2, &begin); in GenerateCustomDisassemblerTestCode()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc999 Tbz(reg, bit, label); in B()
1043 void TurboAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Tbz() function in v8::internal::TurboAssembler
1165 Tbz(count, 1, &leftover1); in PushMultipleTimes()
1170 Tbz(count, 0, &done); in PushMultipleTimes()
1396 Tbz(count, 0, &pairs); in CopyDoubleWords()
1665 Tbz(value, sign_bit, &done); in AssertPositiveOrZero()
2336 Tbz(extra_argument_count, 0, &even_extra_count); in InvokePrologue()
2390 Tbz(total_args_slots, 0, &skip); in InvokePrologue()
H A Dmacro-assembler-arm64-inl.h1112 Tbz(value, 0, smi_label); in JumpIfSmi()
1402 Tbz(reg, MaskToBit(bit_pattern), label); in TestAndBranchIfAllClear()
H A Dmacro-assembler-arm64.h506 void Tbz(const Register& rt, unsigned bit_pos, Label* label);
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc2235 __ Tbz(argc_without_receiver, 0, &even); in Generate_FunctionPrototypeCall()
2396 __ Tbz(slots_to_claim, 0, &even); in Generate_PrepareForCopyingVarargs()
2720 __ Tbz(bound_argc, 0, &copy_bound_args); in Generate_PushBoundArguments()
2723 __ Tbz(argc, 0, &argc_even); in Generate_PushBoundArguments()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1584 TbzRangePoolLimitHelper(&MacroAssembler::Tbz); in TEST()
2003 __ Tbz(x0, 2, &first_jump_to_3); in TEST()
2007 __ Tbz(x0, 3, &label_3); in TEST()
2796 __ Tbz(w16, 0, &bz);
2803 __ Tbz(x16, 63, &bo);
13019 __ Tbz(x10, 7, &success_tbz);
13057 __ Tbz(x10, 7, &success);
13110 __ Tbz(x10, 7, &success_tbz);
13170 __ Tbz(x0, 0, &target);
13202 __ Tbz(x
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc602 Tbz(reg, bit, label); in Emit()
744 void MacroAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Emit() function in vixl::aarch64::MacroAssembler
H A Dmacro-assembler-aarch64.h2692 void Tbz(const Register& rt, unsigned bit_pos, Label* label);
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc674 __ Tbz(scratch.W(), Code::kMarkedForDeoptimizationBit, &not_deoptimized); in BailoutIfDeoptimized()
2891 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchInstruction()
2902 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchInstruction()

Completed in 52 milliseconds