Searched refs:tbnz (Results 1 - 14 of 14) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Delf-reloc-tstb.s5 tbnz w3, #15, somewhere
H A Darm64-branch-encoding.s115 tbnz x1, #63, foo
120 tbnz w1, #31, foo
127 tbnz x3, #8, #-32768
128 ; CHECK: tbnz w3, #8, #-32768 ; encoding: [0x03,0x00,0x44,0x37]
H A Dbasic-a64-diagnostics.s3724 tbnz w3, #-1, addr
3725 tbnz w3, #32, nowhere
3726 tbnz x9, #-1, there
3727 tbnz x20, #64, dont
3729 // CHECK-ERROR-NEXT: tbnz w3, #-1, addr
3732 // CHECK-ERROR-NEXT: tbnz w3, #32, nowhere
3735 // CHECK-ERROR-NEXT: tbnz x9, #-1, there
3738 // CHECK-ERROR-NEXT: tbnz x20, #64, dont
H A Dbasic-a64-instructions.s4802 tbnz x5, #45, nowhere
4808 // CHECK: tbnz x5, #45, nowhere // encoding: [0bAAA00101,A,0b01101AAA,0xb7]
4812 tbnz w3, #2, there
4813 tbnz wzr, #31, nowhere
4816 // CHECK: tbnz w3, #2, there // encoding: [0bAAA00011,A,0b00010AAA,0x37]
4818 // CHECK: tbnz wzr, #31, nowhere // encoding: [0bAAA11111,A,0b11111AAA,0x37]
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc822 COMPARE_PREFIX(tbnz(w8, 0, INST_OFF(0x7ffc)), "tbnz w8, #0, #+0x7ffc");
823 COMPARE_PREFIX(tbnz(x9, 63, INST_OFF(-0x8000)), "tbnz x9, #63, #-0x8000");
824 COMPARE_PREFIX(tbnz(w10, 31, INST_OFF(0)), "tbnz w10, #31, #+0x0");
825 COMPARE_PREFIX(tbnz(x11, 31, INST_OFF(0x4)), "tbnz w11, #31, #+0x4");
826 COMPARE_PREFIX(tbnz(x12, 32, INST_OFF(0x8)), "tbnz x1
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc791 COMPARE_PREFIX(tbnz(w8, 0, INST_OFF(0x7ffc)), "tbnz w8, #0, #+0x7ffc");
792 COMPARE_PREFIX(tbnz(x9, 63, INST_OFF(-0x8000)), "tbnz x9, #63, #-0x8000");
793 COMPARE_PREFIX(tbnz(w10, 31, INST_OFF(0)), "tbnz w10, #31, #+0x0");
794 COMPARE_PREFIX(tbnz(x11, 31, INST_OFF(0x4)), "tbnz w11, #31, #+0x4");
795 COMPARE_PREFIX(tbnz(x12, 32, INST_OFF(0x8)), "tbnz x1
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc518 void Assembler::tbnz(const Register& rt, function in class:vixl::Assembler
526 void Assembler::tbnz(const Register& rt, function in class:vixl::Assembler
529 tbnz(rt, bit_pos, UpdateAndGetInstructionOffsetTo(label));
H A Dassembler-a64.h721 void tbnz(const Register& rt, unsigned bit_pos, Label* label);
724 void tbnz(const Register& rt, unsigned bit_pos, int imm14);
H A Dmacro-assembler-a64.h76 // tbz and tbnz
998 tbnz(rt, bit_pos, label);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1075 void tbnz(const Register& rt, unsigned bit_pos, Label* label);
1076 void tbnz(const Register& rt, unsigned bit_pos, int imm14);
H A Dassembler-arm64.cc1056 void Assembler::tbnz(const Register& rt, function in class:v8::internal::Assembler
1065 void Assembler::tbnz(const Register& rt, function in class:v8::internal::Assembler
1069 tbnz(rt, bit_pos, LinkAndGetInstructionOffsetTo(label));
H A Dmacro-assembler-arm64.cc782 tbnz(rt, bit_pos, label);
796 tbnz(rt, bit_pos, &done);
1323 tbnz(StackPointer(), kXSignBit, &ok); // Ok if csp < StackPointer().
H A Dfull-codegen-arm64.cc63 __ tbnz(xzr, 0, target); // Never taken before patched.
/external/chromium_org/v8/src/ic/arm64/
H A Dic-arm64.cc1029 patcher.tbnz(smi_reg, 0, branch_imm);

Completed in 5788 milliseconds