Home
last modified time | relevance | path

Searched refs:VMRS (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dvmrs.ll1 ; Test the "vmrs APSR_nzcv, FPSCR" form of the VMRS instruction.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dno-fpscr-liveness.ll14 ; VMRS instruction comes before any other instruction writing FPSCR:
/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c194 #define VMRS 0xeef1fa10 macro
1594 return push_inst32(compiler, VMRS); in sljit_emit_fop1_cmp()
DsljitNativeARM_32.c121 #define VMRS 0xeef1fa10 macro
1890 return push_inst(compiler, VMRS); in sljit_emit_fop1_cmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMScheduleSwift.td668 (instregex "VMRS")>;
DARMScheduleR52.td816 def : InstRW<[R52WriteNoRSRC_WRI], (instregex "VMRS")>;
DARMScheduleA57.td135 def : InstRW<[WriteNoop], (instregex "VMRS", "VMSR", "FMSTAT")>;
DARMInstrVFP.td2246 def VMRS : MovFromVFP<0b0001 /* fpscr */, (outs GPRnopc:$Rt), (ins),
DARMISelDAGToDAG.cpp3966 .Case("fpscr", ARM::VMRS) in tryReadRegister()
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td655 (instregex "VMRS")>;
DARMInstrVFP.td2078 def VMRS : MovFromVFP<0b0001 /* fpscr */, (outs GPR:$Rt), (ins),
DARMISelDAGToDAG.cpp4006 .Case("fpscr", ARM::VMRS) in tryReadRegister()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrVFP.td1072 def VMRS : MovFromVFP<0b0001 /* fpscr */, (outs GPR:$Rt), (ins),
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenAsmWriter.inc2350 3221798113U, // VMRS
5570 4U, // VMRS
8117 // VMRS
DARMGenMCCodeEmitter.inc1843 UINT64_C(250677776), // VMRS
8578 case ARM::VMRS:
13116 Feature_HasVFP2 | 0, // VMRS = 1830
DARMGenInstrInfo.inc1845 VMRS = 1830,
6525 …eEffects), 0x8c00ULL, ImplicitList12, nullptr, OperandInfo163, -1 ,nullptr }, // Inst #1830 = VMRS
DARMGenGlobalISel.inc19695 // (intrinsic_w_chain:{ *:[i32] } 981:{ *:[iPTR] }) => (VMRS:{ *:[i32] })
19696 GIR_BuildMI, /*InsnID*/0, /*Opcode*/ARM::VMRS,
DARMGenDisassemblerTables.inc9941 /* 2797 */ MCD::OPC_Decode, 166, 14, 214, 2, // Opcode: VMRS
DARMGenAsmMatcher.inc10400 …{ 2144 /* vmrs */, ARM::VMRS, Convert__Reg1_1__CondCode2_0, Feature_HasVFP2, { MCK_CondCode, MCK_G…
DARMGenDAGISel.inc23124 /* 50540*/ OPC_MorphNodeTo1, TARGET_VAL(ARM::VMRS), 0|OPFL_Chain,
23127 // Dst: (VMRS:{ *:[i32] })
/external/capstone/arch/ARM/
DARMGenAsmWriter.inc1391 2147518974U, // VMRS
4184 4U, // VMRS
7155 // VMRS
DARMGenInstrInfo.inc4568 …edSideEffects), 0x8c00ULL, ImplicitList9, nullptr, OperandInfo33,0,nullptr }, // Inst #1374 = VMRS
DARMGenDisassemblerTables.inc9151 /* 1462 */ MCD_OPC_Decode, 222, 10, 201, 2, // Opcode: VMRS
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9088 if ((Inst.getOpcode() == ARM::VMRS || Inst.getOpcode() == ARM::VMSR) && in checkTargetMatchPredicate()