Searched refs:BRASL (Results 1 – 10 of 10) sorted by relevance
192 LoweredMI = MCInstBuilder(SystemZ::BRASL) in EmitInstruction()299 LoweredMI = MCInstBuilder(SystemZ::BRASL) in EmitInstruction()306 LoweredMI = MCInstBuilder(SystemZ::BRASL) in EmitInstruction()
425 def BRASL : InstRIL<0xC05, (outs), (ins GR64:$R1, brtarget32tls:$I2),
445 if (BRASL == op1 || BRCL == op1) { in target_address_at()502 if (BRASL == op1 || BRCL == op1) { in set_target_address_at()
367 BRASL == opcode) { in target_at()388 opcode == BRCL || opcode == BRASL); in target_at_put()397 } else if (BRCL == opcode || LARL == opcode || BRASL == opcode) { in target_at_put()424 BRASL == opcode) { in max_reach_from()1665 ril_form(BRASL, r, opnd); in brasl()
1091 case BRASL: in DecodeSixByte()
231 BRASL = 0xC05, // Branch Relative And Save Long enumerator
686 EVALUATE(BRASL);
907 EvalTable[BRASL] = &Simulator::Evaluate_BRASL; in EvalTableInit()4616 case BRASL: { in DecodeSixByte()7861 EVALUATE(BRASL) { in EVALUATE() argument7862 DCHECK_OPCODE(BRASL); in EVALUATE()
562 if (Instruction::S390OpcodeValue(address) != BRASL) { in PatchInlinedSmiCode()
3430 def BRASL:3453 (BRASL texternalsym:$func)>;