Home
last modified time | relevance | path

Searched refs:MRS (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp611 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MRS), DstReg) in expandMI()
H A DAArch64ISelDAGToDAG.cpp2706 // into a single value to be used in the MRS/MSR instruction.
2730 // based on the bit encoding of MRS/MSR instruction. in getIntOperandFromRegisterString()
2735 // Lower the read_register intrinsic to an MRS instruction node if the special
2738 // known by the MRS SysReg mapper.
2747 AArch64::MRS, DL, N->getSimpleValueType(0), MVT::Other, in tryReadRegister()
2764 AArch64::MRS, DL, N->getSimpleValueType(0), MVT::Other, in tryReadRegister()
H A DAArch64InstrInfo.cpp2812 BuildMI(MBB, I, DL, get(AArch64::MRS), DestReg) in copyPhysReg()
/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc1348 if (instr->Mask(SystemSysRegMask) == MRS) { in VisitSystem()
H A Dconstants-aarch64.h163 /* System (MRS, MSR, SYS) */ \
921 MRS = SystemSysRegFixed | 0x00200000, enumerator
H A Dassembler-aarch64.cc3199 Emit(MRS | ImmSystemRegister(sysreg) | Rt(xt));
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h241 /* System (MRS, MSR) */ \
755 MRS = SystemSysRegFixed | 0x00200000,
H A Dassembler-arm64.cc2226 Emit(MRS | ImmSystemRegister(sysreg) | Rt(rt)); in mrs()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1457 case MRS: { in VisitSystem()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3355 case MRS: {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp774 : ARM::MRS; in copyFromCPSR()
779 // There is only 1 A/R class MRS instruction, and it always refers to in copyFromCPSR()
H A DARMISelDAGToDAG.cpp4758 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRS_AR : ARM::MRS, in tryReadRegister()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc2616 COMPARE(dci(MRS | (0x5555 << 5)), "mrs x0, S3_2_c10_c10_5"); in TEST()

Completed in 86 milliseconds