Searched defs:test_tbz (Results 1 - 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-assembler-arm64.cc | 2051 Label test_tbz, test_cbz, test_bcond; local 2058 __ B(&test_tbz); 2083 __ Bind(&test_tbz); 2093 CHECK_GE(7 * kInstructionSize, __ SizeOfCodeGeneratedSince(&test_tbz)); 2125 Label test_tbz, test_cbz, test_bcond; local 2132 __ Bind(&test_tbz); 2201 Label test_tbz, test_cbz, test_bcond; local 2217 __ Bind(&test_tbz);
|
/external/vixl/test/ |
H A D | test-assembler-a64.cc | 21460 Label test_tbz, test_cbz, test_bcond; local 21467 __ B(&test_tbz); 21492 __ Bind(&test_tbz); 21502 VIXL_CHECK(masm.SizeOfCodeGeneratedSince(&test_tbz) >= 7 * kInstructionSize); 21574 Label test_tbz, test_cbz, test_bcond; local 21581 __ Bind(&test_tbz);
|
Completed in 319 milliseconds