/third_party/vixl/examples/aarch64/ |
D | custom-disassembler.cc | 135 __ Tbz(x10, 2, &begin); in GenerateCustomDisassemblerTestCode() local
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 674 __ Tbz(scratch.W(), Code::kMarkedForDeoptimizationBit, ¬_deoptimized); in BailoutIfDeoptimized() local 2891 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch() local 2902 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch() local
|
/third_party/node/deps/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 2235 __ Tbz(argc_without_receiver, 0, &even); in Generate_FunctionPrototypeCall() local 2396 __ Tbz(slots_to_claim, 0, &even); in Generate_PrepareForCopyingVarargs() local 2720 __ Tbz(bound_argc, 0, ©_bound_args); in Generate_PushBoundArguments() local 2723 __ Tbz(argc, 0, &argc_even); in Generate_PushBoundArguments() local
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1975 __ Tbz(x0, 2, &first_jump_to_3); in TEST() local 1979 __ Tbz(x0, 3, &label_3); in TEST() local 2768 __ Tbz(w16, 0, &bz); in TEST() local 2775 __ Tbz(x16, 63, &bo); in TEST() local 12595 __ Tbz(x10, 7, &success_tbz); in TEST() local 12633 __ Tbz(x10, 7, &success); in TEST() local 12686 __ Tbz(x10, 7, &success_tbz); in TEST() local 12746 __ Tbz(x0, 0, &target); in TEST() local 12778 __ Tbz(x0, 0, &target_tbz); in TEST() local 12857 __ Tbz(x0, 0, &labels[n_bcond + n_cbz]); in TEST() local [all …]
|
/third_party/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 745 void MacroAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Emit() function in vixl::aarch64::MacroAssembler
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 1043 void TurboAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Tbz() function in v8::internal::TurboAssembler
|