Home
last modified time | relevance | path

Searched refs:movt (Results 1 – 16 of 16) sorted by relevance

/freebsd/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S31 movt r0, :upper16:.L.testheader
57 movt r0, :upper16:.L.eq
66 movt r3, #0xffff
87 movt r0, :upper16:.L.cs
116 movt r0, :upper16:.L.mi
125 movt r3, #0x7fff
146 movt r0, :upper16:.L.vs
176 movt r0, :upper16:.L.hi
205 movt r0, :upper16:.L.ge
235 movt r0, :upper16:.L.gt
[all …]
H A Dswp_test_impl.S29 movt r0, :upper16:.L.testheader
60 movt r0, :upper16:.L.boknot
67 movt r0, :upper16:.L.ok1
72 movt r5, #SWPB_MAGIC
126 movt r0, :upper16:.L.boknot
134 movt r0, :upper16:.L.bok
149 movt r0, :upper16:.L.boklabel
164 movt r0, :upper16:.L.bokterm
/freebsd/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S38 movt r0, :upper16:.L.mainmsg
46 movt r0, :upper16:secondary_thread
49 movt r2, :upper16:stack1
51 movt r3, :upper16:tls1
69 movt r0, :upper16:secondary_thread
72 movt r2, :upper16:stack2
74 movt r3, :upper16:tls2
117 movt r0, :upper16:.L.secondarymsg
160 movt r0, :upper16:.L.idsep
289 movt r6, #0x3b9a
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCondMov.td166 def MOVT_I : MMRel, CMov_F_I_FT<"movt", GPR32Opnd, II_MOVT, MipsCMovFP_T>,
170 def MOVT_I64 : CMov_F_I_FT<"movt", GPR64Opnd, II_MOVT, MipsCMovFP_T>,
179 def MOVT_S : MMRel, CMov_F_F_FT<"movt.s", FGR32Opnd, II_MOVT_S, MipsCMovFP_T>,
184 def MOVT_D32 : MMRel, CMov_F_F_FT<"movt.d", AFGR64Opnd, II_MOVT_D,
192 def MOVT_D64 : CMov_F_F_FT<"movt.d", FGR64Opnd, II_MOVT_D, MipsCMovFP_T>,
H A DMicroMipsInstrFPU.td178 def MOVT_S_MM : MMRel, CMov_F_F_FT<"movt.s", FGR32Opnd, II_MOVT_S,
184 def MOVT_D32_MM : MMRel, CMov_F_F_FT<"movt.d", AFGR64Opnd, II_MOVT_D,
H A DMipsScheduleP5600.td572 // bc1[ft], cfc1, mfc1, mfhc1, movf, movt
H A DMicroMipsInstrInfo.td907 def MOVT_I_MM : MMRel, CMov_F_I_FT<"movt", GPR32Opnd, II_MOVT, MipsCMovFP_T>,
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp165 static uint16_t readMOV(uint8_t *off, bool movt) { in readMOV() argument
167 if ((op1 & 0xfbf0) != (movt ? 0xf2c0 : 0xf240)) in readMOV()
168 error("unexpected instruction in " + Twine(movt ? "MOVT" : "MOVW") + in readMOV()
172 error("unexpected instruction in " + Twine(movt ? "MOVT" : "MOVW") + in readMOV()
/freebsd/stand/
H A Ddefs.mk177 CFLAGS.clang+= -mno-movt
/freebsd/sys/conf/
H A Dkmod.mk183 CFLAGS.clang+= -mno-movt
/freebsd/stand/libsa/
H A DMakefile49 CFLAGS.clang+= -mno-movt
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td587 def MOVT_XTI : sme2_movt_zt_to_scalar<"movt", 0b0011111>;
588 def MOVT_TIX : sme2_movt_scalar_to_zt<"movt", 0b0011111>;
938 defm MOVT : sme2_movt_zt_to_zt<"movt", 0b0011111>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td476 def FeatureNoMovt : SubtargetFeature<"no-movt", "NoMovt", "true",
477 "Don't use movt/movw pairs for "
H A DARMInstrInfo.td995 // imm0_65535_expr - For movt/movw - 16-bit immediate that can also reference
3704 "movt", "\t$Rd, $imm",
6002 // 32-bit immediate using two piece mod_imms or movw + movt.
6015 // Pseudo instruction that combines movw + movt + add pc (if PIC).
H A DARMInstrThumb2.td2285 "movt", "\t$Rd, $imm",
4310 // 32-bit immediate using movw + movt.
4318 // Pseudo instruction that combines movw + movt + add pc (if pic).
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4896 def mno_movt : Flag<["-"], "mno-movt">, Group<m_arm_Features_Group>,
4897 HelpText<"Disallow use of movt/movw pairs (ARM only)">;