Searched refs:kCondEQZ (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 900 case kCondEQZ: in EmitBcondR6() 955 case kCondEQZ: in EmitBcondR2() 2356 case kCondEQZ: in InitializeType() 2388 case kCondEQZ: in InitializeType() 2471 case kCondEQZ: in Branch() 2525 case kCondEQZ: in OppositeCondition() 2528 return kCondEQZ; in OppositeCondition() 2650 (r6_cond_branch && (condition_ == kCondEQZ || condition_ == kCondNEZ)) in GetOffsetSize() 3301 Bcond(label, /* is_r6 */ true, is_bare, kCondEQZ, rs); in Beqzc() 3348 Bcond(label, /* is_r6 */ false, is_bare, kCondEQZ, rs); in Beqz()
|
D | assembler_mips64.h | 1459 kCondEQZ, enumerator
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1404 kCondEQZ, enumerator
|