Searched refs:MSR (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 742 EVALUATE(MSR);
|
H A D | simulator-s390.cc | 1071 EvalTable[MSR] = &Simulator::Evaluate_MSR; in EvalTableInit() 6976 EVALUATE(MSR) { in EVALUATE() 6977 DCHECK_OPCODE(MSR); in EVALUATE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
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() 2781 // Lower the write_register intrinsic to an MSR instruction node if the special 2784 // known by the MSR SysReg mapper. 2793 N, CurDAG->getMachineNode(AArch64::MSR, DL, MVT::Other, in tryWriteRegister() 2800 // the MSR (immediate) instruction. To accept the values allowed in the in tryWriteRegister() 2801 // pstatefield for the MSR (immediate) instruction, we also require that an in tryWriteRegister() 2827 // to the value for the register to be used for the MSR (register) in tryWriteRegister() 2837 AArch64::MSR, DL, MVT::Other, in tryWriteRegister()
|
H A D | AArch64InstrInfo.cpp | 2803 BuildMI(MBB, I, DL, get(AArch64::MSR)) in copyPhysReg()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 241 /* System (MRS, MSR) */ \ 756 MSR = SystemSysRegFixed | 0x00000000
|
H A D | assembler-arm64.cc | 2231 Emit(MSR | Rt(rt) | ImmSystemRegister(sysreg)); in msr()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1472 case MSR: { in VisitSystem()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1225 V(msr, MSR, 0xB252) /* type = RRE MULTIPLY SINGLE (32) */ \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 163 /* System (MRS, MSR, SYS) */ \ 922 MSR = SystemSysRegFixed | 0x00000000 enumerator
|
H A D | assembler-aarch64.cc | 3206 Emit(MSR | Rt(xt) | ImmSystemRegister(sysreg));
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3368 case MSR: {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 794 : ARM::MSR; in copyToCPSR()
|
H A D | ARMISelDAGToDAG.cpp | 4871 ReplaceNode(N, CurDAG->getMachineNode(IsThumb2 ? ARM::t2MSR_AR : ARM::MSR, in tryWriteRegister()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 2631 COMPARE(dci(MSR | (0x1234 << 5)), "msr S2_2_c4_c6_4, x0"); in TEST()
|
Completed in 102 milliseconds