Home
last modified time | relevance | path

Searched refs:BRASL (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp192 LoweredMI = MCInstBuilder(SystemZ::BRASL) in EmitInstruction()
299 LoweredMI = MCInstBuilder(SystemZ::BRASL) in EmitInstruction()
306 LoweredMI = MCInstBuilder(SystemZ::BRASL) in EmitInstruction()
DSystemZInstrInfo.td425 def BRASL : InstRIL<0xC05, (outs), (ins GR64:$R1, brtarget32tls:$I2),
/external/v8/src/s390/
Dassembler-s390-inl.h445 if (BRASL == op1 || BRCL == op1) { in target_address_at()
502 if (BRASL == op1 || BRCL == op1) { in set_target_address_at()
Dassembler-s390.cc367 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()
Ddisasm-s390.cc1091 case BRASL: in DecodeSixByte()
Dconstants-s390.h231 BRASL = 0xC05, // Branch Relative And Save Long enumerator
Dsimulator-s390.h686 EVALUATE(BRASL);
Dsimulator-s390.cc907 EvalTable[BRASL] = &Simulator::Evaluate_BRASL; in EvalTableInit()
4616 case BRASL: { in DecodeSixByte()
7861 EVALUATE(BRASL) { in EVALUATE() argument
7862 DCHECK_OPCODE(BRASL); in EVALUATE()
/external/v8/src/ic/s390/
Dic-s390.cc562 if (Instruction::S390OpcodeValue(address) != BRASL) { in PatchInlinedSmiCode()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.td3430 def BRASL:
3453 (BRASL texternalsym:$func)>;