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

12

/external/llvm/test/MC/ARM/
H A Dthumbv8m.s198 MRS r1, MSP_NS label
202 MRS r3, PRIMASK_NS label
206 MRS r5, SP_NS label
208 MRS r6,MSPLIM label
210 MRS r7,PSPLIM label
217 MRS r10, MSPLIM_NS label
223 MRS r12, BASEPRI_NS label
226 MRS r12, BASEPRI_MAX_NS label
H A Dthumbv7m.s10 @ MRS
H A Dthumb2-mclass.s10 @ MRS
H A Dbasic-arm-instructions.s1408 @ MRS
H A Dbasic-thumb2-instructions.s1545 @ MRS
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dthumb2-mclass.s9 @ MRS
H A Dbasic-arm-instructions.s896 @ MRS
H A Dbasic-thumb2-instructions.s1162 @ MRS
/external/v8/src/arm64/
H A Ddisasm-arm64.cc1166 case MRS: {
H A Dconstants-arm64.h196 /* System (MRS, MSR) */ \
660 MRS = SystemSysRegFixed | 0x00200000, enumerator in enum:v8::internal::SystemSysRegOp
H A Dassembler-arm64.cc1794 Emit(MRS | ImmSystemRegister(sysreg) | Rt(rt));
H A Dsimulator-arm64.cc3246 case MRS: {
/external/capstone/bindings/ocaml/
H A Darm64_const.ml46 (* System registers for MRS *)
/external/llvm/test/MC/AArch64/
H A Darm64-system-encoding.s58 ; MSR/MRS instructions
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h132 /* System (MRS, MSR, SYS) */ \
700 MRS = SystemSysRegFixed | 0x00200000, enumerator in enum:vixl::aarch64::SystemSysRegOp
H A Ddisasm-aarch64.cc1741 case MRS: {
H A Dsimulator-aarch64.cc2888 case MRS: {
H A Dassembler-aarch64.cc2051 Emit(MRS | ImmSystemRegister(sysreg) | Rt(xt));
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2392 // into a single value to be used in the MRS/MSR instruction.
2416 // based on the bit encoding of MRS/MSR instruction.
2421 // Lower the read_register intrinsic to an MRS instruction node if the special
2424 // known by the MRS SysReg mapper.
2433 AArch64::MRS, DL, N->getSimpleValueType(0), MVT::Other,
2450 AArch64::MRS, DL, N->getSimpleValueType(0), MVT::Other,
H A DAArch64InstrInfo.cpp2168 BuildMI(MBB, I, DL, get(AArch64::MRS), DestReg)
/external/capstone/arch/ARM/
H A DARMGenAsmWriter.inc251 35327U, // MRS
3044 2U, // MRS
7103 // MRS, t2MRS_AR
8953 // (MRS GPRnopc:$Rd, pred:$p)
H A DARMGenInstrInfo.inc3428 { 234, 3, 1, 0, 4, 0|(1<<MCID_Predicable)|(1<<MCID_UnmodeledSideEffects), 0x100ULL, nullptr, nullptr, OperandInfo90,0,nullptr }, // Inst #234 = MRS
/external/capstone/arch/AArch64/
H A DAArch64GenAsmWriter.inc1137 201599116U, // MRS
3529 0U, // MRS
5820 // MRS
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp683 : ARM::MRS;
688 // There is only 1 A/R class MRS instruction, and it always refers to
H A DARMISelDAGToDAG.cpp4057 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MRS_AR : ARM::MRS,

Completed in 1099 milliseconds

12