| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsCondMov.td | 166 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>,
|
| D | MicroMipsInstrFPU.td | 178 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,
|
| D | MipsScheduleP5600.td | 572 // bc1[ft], cfc1, mfc1, mfhc1, movf, movt
|
| D | MicroMipsInstrInfo.td | 907 def MOVT_I_MM : MMRel, CMov_F_I_FT<"movt", GPR32Opnd, II_MOVT, MipsCMovFP_T>,
|
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | Chunks.cpp | 164 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/ |
| D | mcore.md | 2169 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/ |
| D | mcore.md | 2165 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/ |
| D | README.txt | 655 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
|
| D | ARM.td | 479 def FeatureNoMovt : SubtargetFeature<"no-movt", "NoMovt", "true", 480 "Don't use movt/movw pairs for "
|
| D | ARMInstrInfo.td | 976 // 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/ |
| D | 24k.md | 295 ;; 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)
|
| D | 5k.md | 202 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on condition)
|
| D | mips-ps-3d.md | 44 movt.ps\t%0,%1,%3
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | xtensa.md | 1785 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/ |
| D | lib1funcs-Os-4-200.asm | 111 movt r0
|
| D | sh.md | 4812 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/ |
| D | xtensa.md | 2065 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/ |
| D | c-sh.texi | 288 lds Rn,MACH movt Rn
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-sh.texi | 292 lds Rn,MACH movt Rn
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SMEInstrInfo.td | 580 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/ |
| D | Extensions.rst | 586 movt r12, :upper16:__chkstk
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | sh64-compact.cpu | 1306 (dshci movt "Move t-bit" 1308 "movt $rn"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i960/ |
| D | i960.md | 2508 "movt %1,%0") 2524 "movt %1,%0")
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.md | 3400 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/ |
| D | ChangeLog-2005 | 969 bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx.
|