Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
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>,
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,
DMipsScheduleP5600.td572 // bc1[ft], cfc1, mfc1, mfhc1, movf, movt
DMicroMipsInstrInfo.td907 def MOVT_I_MM : MMRel, CMov_F_I_FT<"movt", GPR32Opnd, II_MOVT, MipsCMovFP_T>,
/openbsd/src/gnu/llvm/lld/COFF/
DChunks.cpp164 static uint16_t readMOV(uint8_t *off, bool movt) { in readMOV() argument
166 if ((op1 & 0xfbf0) != (movt ? 0xf2c0 : 0xf240)) in readMOV()
167 error("unexpected instruction in " + Twine(movt ? "MOVT" : "MOVW") + in readMOV()
171 error("unexpected instruction in " + Twine(movt ? "MOVT" : "MOVW") + in readMOV()
/openbsd/src/gnu/gcc/gcc/config/mcore/
Dmcore.md2169 movt %0,%1
2201 movt %0,%2
2221 btsti %1,%2\;movt %0,%4
2240 btsti %1,7\;movt %0,%3
2286 cmpnei %1,0\;movt %0,%2
2307 btsti %1,%2\;movt %0,%3
2326 btsti %1,7\;movt %0,%2
2358 movt %0,%1
2390 movt %0,%2
2435 cmpnei %1,0\;movt %0,%3
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mcore/
Dmcore.md2165 movt %0,%1
2197 movt %0,%2
2217 btsti %1,%2\;movt %0,%4
2236 btsti %1,7\;movt %0,%3
2282 cmpnei %1,0\;movt %0,%2
2303 btsti %1,%2\;movt %0,%3
2322 btsti %1,7\;movt %0,%2
2354 movt %0,%1
2386 movt %0,%2
2431 cmpnei %1,0\;movt %0,%3
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DREADME.txt655 When loading immediate constants with movt/movw, if there are multiple
658 by multiple movt instructions to rewrite the high bits to different values.
672 movt r0, #20480
675 movt r0, #20482
DARM.td479 def FeatureNoMovt : SubtargetFeature<"no-movt", "NoMovt", "true",
480 "Don't use movt/movw pairs for "
DARMInstrInfo.td976 // imm0_65535_expr - For movt/movw - 16-bit immediate that can also reference
3680 "movt", "\t$Rd, $imm",
5982 // 32-bit immediate using two piece mod_imms or movw + movt.
5995 // Pseudo instruction that combines movw + movt + add pc (if PIC).
/openbsd/src/gnu/gcc/gcc/config/mips/
D24k.md295 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on the condition)
411 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on the condition)
D5k.md202 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on condition)
Dmips-ps-3d.md44 movt.ps\t%0,%1,%3
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dxtensa.md1785 return "movt\t%0, %2, %1";
1787 if (isEq) return "movt\t%0, %3, %1";
1871 return "movt\t%0, %2, %1";
1873 if (isEq) return "movt\t%0, %3, %1";
1877 return "movt.s\t%0, %2, %1";
1879 if (isEq) return "movt.s\t%0, %3, %1";
/openbsd/src/gnu/gcc/gcc/config/sh/
Dlib1funcs-Os-4-200.asm111 movt r0
Dsh.md4812 movt %0
4846 movt %0
4879 movt %0
5143 movt %0
5202 movt %0
9036 (define_insn "movt"
9040 "movt %0"
9634 ;; Apart from the constant use and the T setting, this is like movt,
9648 ;; Recognize mov #-1/negc/neg sequence, and change it to movt/add #-1.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/xtensa/
Dxtensa.md2065 return \"movt\\t%0, %2, %1\";
2067 if (isEq) return \"movt\\t%0, %3, %1\";
2153 return \"movt\\t%0, %2, %1\";
2155 if (isEq) return \"movt\\t%0, %3, %1\";
2159 return \"movt.s\\t%0, %2, %1\";
2161 if (isEq) return \"movt.s\\t%0, %3, %1\";
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-sh.texi288 lds Rn,MACH movt Rn
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-sh.texi292 lds Rn,MACH movt Rn
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SMEInstrInfo.td580 def MOVT_XTI : sme2_movt_zt_to_scalar<"movt", 0b0011111>;
581 def MOVT_TIX : sme2_movt_scalar_to_zt<"movt", 0b0011111>;
/openbsd/src/gnu/llvm/llvm/docs/
DExtensions.rst586 movt r12, :upper16:__chkstk
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dsh64-compact.cpu1306 (dshci movt "Move t-bit"
1308 "movt $rn"
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i960/
Di960.md2508 "movt %1,%0")
2524 "movt %1,%0")
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.md3400 movt %0
3431 movt %0
3464 movt %0
3636 movt %0
3686 movt %0
7181 (define_insn "movt"
7185 "movt %0"
7648 ;; Recognize mov #-1/negc/neg sequence, and change it to movt/add #-1.
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
DChangeLog-2005969 bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx.

12