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 D | AArch64ExpandPseudoInsts.cpp | 611 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MRS), DstReg) in expandMI()
|
H A D | AArch64ISelDAGToDAG.cpp | 2706 // 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 D | AArch64InstrInfo.cpp | 2812 BuildMI(MBB, I, DL, get(AArch64::MRS), DestReg) in copyPhysReg()
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.cc | 1348 if (instr->Mask(SystemSysRegMask) == MRS) { in VisitSystem()
|
H A D | constants-aarch64.h | 163 /* System (MRS, MSR, SYS) */ \ 921 MRS = SystemSysRegFixed | 0x00200000, enumerator
|
H A D | assembler-aarch64.cc | 3199 Emit(MRS | ImmSystemRegister(sysreg) | Rt(xt));
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 241 /* System (MRS, MSR) */ \ 755 MRS = SystemSysRegFixed | 0x00200000,
|
H A D | assembler-arm64.cc | 2226 Emit(MRS | ImmSystemRegister(sysreg) | Rt(rt)); in mrs()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1457 case MRS: { in VisitSystem()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3355 case MRS: {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 774 : ARM::MRS; in copyFromCPSR() 779 // There is only 1 A/R class MRS instruction, and it always refers to in copyFromCPSR()
|
H A D | ARMISelDAGToDAG.cpp | 4758 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRS_AR : ARM::MRS, in tryReadRegister()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 2616 COMPARE(dci(MRS | (0x5555 << 5)), "mrs x0, S3_2_c10_c10_5"); in TEST()
|
Completed in 80 milliseconds