/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 311 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 D | AArch64Schedule.td | 20 def WriteImm : SchedWrite; // MOVN, MOVZ
|
H A D | AArch64SchedCyclone.td | 113 // MOVZ Rd, #0 133 // MOVN,MOVZ,MOVK
|
H A D | AArch64SchedA55.td | 66 def : WriteRes<WriteImm, [CortexA55UnitALU]> { let Latency = 3; } // MOVN, MOVZ
|
H A D | AArch64SchedAmpere1.td | 586 def : WriteRes<WriteImm, [Ampere1UnitAB]>; // MOVN, MOVZ
|
H A D | AArch64SchedAmpere1B.td | 542 def : WriteRes<WriteImm, [Ampere1BUnitAB]>; // MOVN, MOVZ
|
H A D | AArch64SchedFalkorDetails.td | 1235 def : InstRW<[FalkorWr_MOVZ], (instregex "^MOVZ(W|X)i$")>;
|
H A D | AArch64SchedOryon.td | 778 "^MOVZ(W|X)i", "^SBFM(W|X)ri",
|
H A D | AArch64InstrInfo.td | 2116 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 D | AArch64SchedA510.td | 68 def : WriteRes<WriteImm, [CortexA510UnitALU]> { let Latency = 1; } // MOVN, MOVZ
|
H A D | AArch64SchedNeoverseV2.td | 1114 def : InstRW<[V2Write_0or1cyc_1I], (instregex "^MOVZ[WX]i$")>;
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 163 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()
|