Home
last modified time | relevance | path

Searched refs:MOVZ (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
323 MOVZ = Mips::MOVZ_I_MM; in expandAtomicBinOpSubword()
335 MOVZ = Mips::MOVZ_I_I; in expandAtomicBinOpSubword()
477 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOpSubword()
622 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
633 MOVZ = Mips::MOVZ_I_MM; in expandAtomicBinOp()
648 MOVZ = Mips::MOVZ_I_I; in expandAtomicBinOp()
663 MOVZ = Mips::MOVZ_I64_I64; in expandAtomicBinOp()
782 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td20 def WriteImm : SchedWrite; // MOVN, MOVZ
H A DAArch64SchedCyclone.td113 // MOVZ Rd, #0
133 // MOVN,MOVZ,MOVK
H A DAArch64SchedA55.td66 def : WriteRes<WriteImm, [CortexA55UnitALU]> { let Latency = 3; } // MOVN, MOVZ
H A DAArch64SchedAmpere1.td586 def : WriteRes<WriteImm, [Ampere1UnitAB]>; // MOVN, MOVZ
H A DAArch64SchedAmpere1B.td542 def : WriteRes<WriteImm, [Ampere1BUnitAB]>; // MOVN, MOVZ
H A DAArch64SchedFalkorDetails.td1235 def : InstRW<[FalkorWr_MOVZ], (instregex "^MOVZ(W|X)i$")>;
H A DAArch64SchedOryon.td778 "^MOVZ(W|X)i", "^SBFM(W|X)ri",
H A DAArch64InstrInfo.td2116 defm MOVZ : MoveImmediate<0b10, "movz">;
2169 defm : movw_mov_alias<"MOVZ", MOVZWi, GPR32, 32, 0>;
2170 defm : movw_mov_alias<"MOVZ", MOVZWi, GPR32, 32, 16>;
2172 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 0>;
2173 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 16>;
2174 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 32>;
2175 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 48>;
2246 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
H A DAArch64SchedA510.td68 def : WriteRes<WriteImm, [CortexA510UnitALU]> { let Latency = 1; } // MOVN, MOVZ
H A DAArch64SchedNeoverseV2.td1114 def : InstRW<[V2Write_0or1cyc_1I], (instregex "^MOVZ[WX]i$")>;
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c163 MOVZ, /* for movs and movz, with different size operands */ enumerator
2384 /* [B4] */ TS("lfs",MR), TS("lgs",MR), TS("movzb",MOVZ), TNS("movzwl",MOVZ),
2386 /* [BC] */ TS("bsf",MRw), TS("bsr",MRw), TS("movsb",MOVZ), TNS("movswl",MOVZ),
4666 case MOVZ: in dtrace_disx86()