Searched refs:test_tbz (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | tst-br.ll | 9 define i32 @test_tbz() { 10 ; CHECK-LABEL: test_tbz:
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 2048 Label test_tbz, test_cbz, test_bcond; in TEST() local 2055 __ B(&test_tbz); in TEST() 2080 __ Bind(&test_tbz); in TEST() 2090 CHECK_GE(7 * kInstructionSize, __ SizeOfCodeGeneratedSince(&test_tbz)); in TEST() 2122 Label test_tbz, test_cbz, test_bcond; in TEST() local 2129 __ Bind(&test_tbz); in TEST() 2198 Label test_tbz, test_cbz, test_bcond; in TEST() local 2214 __ Bind(&test_tbz); in TEST()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 21460 Label test_tbz, test_cbz, test_bcond; in TEST() local 21467 __ B(&test_tbz); in TEST() 21492 __ Bind(&test_tbz); in TEST() 21502 VIXL_CHECK(masm.SizeOfCodeGeneratedSince(&test_tbz) >= 7 * kInstructionSize); in TEST() 21574 Label test_tbz, test_cbz, test_bcond; in TEST() local 21581 __ Bind(&test_tbz); in TEST()
|