Lines Matching refs:BRC
2729 // bge <ok> ;; patched to GE BRC
2733 patcher.masm()->brc(ge, Operand(kBackEdgeBranchOffsetInHalfWords));
2738 // brc 0x0, <ok> ;; patched to NOP BRC
2742 patcher.masm()->brc(CC_NOP, Operand(kBackEdgeBranchOffsetInHalfWords));
2764 DCHECK(BRC == Instruction::S390OpcodeValue(branch_address));
2766 // i.e. BRC 0xa, +XXXX (0xA7A4XXXX)
2774 // Expect BRC to be patched to NOP branch.
2775 // i.e. BRC 0x0, +XXXX (0xA704XXXX)