Searched refs:Tbz (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 612 __ Tbz(out_reg, out_reg.GetSizeInBits() - 1, &done); in GenMathRound() local 1331 __ Tbz(temp3, 0u, &end); // If actually compressed, we're done. in VisitStringCompareTo() local 1990 __ Tbz(tmp2, 0, &compressed_string_preloop); in VisitStringGetCharsNoCheck() local 3041 __ Tbz(ptr, 0, &aligned2); in GenerateCodeForCalculationCRC32ValueOfBytes() local 3048 __ Tbz(ptr, 1, &aligned4); in GenerateCodeForCalculationCRC32ValueOfBytes() local 3055 __ Tbz(ptr, 2, &aligned8); in GenerateCodeForCalculationCRC32ValueOfBytes() local 3085 __ Tbz(len, 2, &process_2bytes); in GenerateCodeForCalculationCRC32ValueOfBytes() local 3091 __ Tbz(len, 1, &process_1byte); in GenerateCodeForCalculationCRC32ValueOfBytes() local 3097 __ Tbz(len, 0, &done); in GenerateCodeForCalculationCRC32ValueOfBytes() local
|
D | code_generator_arm64.cc | 3346 __ Tbz(lhs, (lhs.IsX() ? kXRegSize : kWRegSize) - 1, non_fallthrough_target); in GenerateTestAndBranch() local 6518 __ Tbz(ip0.W(), LockWord::kMarkBitStateShift, ¬_marked); in CompileBakerReadBarrierThunk() local
|