Home
last modified time | relevance | path

Searched refs:OpCodes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp75 struct OpCodes { struct
76 OpCodes(unsigned WideOpc, unsigned NarrowOpc) in OpCodes() function
92 struct OpCodes Ops; ///< All relevant OpCodes
96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()
214 {RT_OneInstr, OpCodes(Mips::ADDiu, Mips::ADDIUR1SP_MM),
216 {RT_OneInstr, OpCodes(Mips::ADDiu, Mips::ADDIUSP_MM), ReduceADDIUToADDIUSP,
218 {RT_OneInstr, OpCodes(Mips::ADDiu_MM, Mips::ADDIUR1SP_MM),
220 {RT_OneInstr, OpCodes(Mips::ADDiu_MM, Mips::ADDIUSP_MM),
222 {RT_OneInstr, OpCodes(Mips::ADDu, Mips::ADDU16_MM),
225 {RT_OneInstr, OpCodes(Mips::ADDu_MM, Mips::ADDU16_MM),
[all …]
/freebsd/crypto/openssh/
H A Dreadconf.c183 } OpCodes; typedef
189 OpCodes opcode;
336 static const char *lookup_opcode_name(OpCodes code);
923 static OpCodes
3406 fmt_intarg(OpCodes code, int val) in fmt_intarg()
3447 lookup_opcode_name(OpCodes code) in lookup_opcode_name()
3458 dump_cfg_int(OpCodes code, int val) in dump_cfg_int()
3474 dump_cfg_fmtint(OpCodes code, int val) in dump_cfg_fmtint()
3480 dump_cfg_string(OpCodes code, const char *val) in dump_cfg_string()
3488 dump_cfg_strarray(OpCodes code, u_int count, char **vals) in dump_cfg_strarray()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h51 InstructionCost getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT,
H A DRISCVTargetTransformInfo.cpp40 RISCVTTIImpl::getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT, in getRISCVInstructionCost() argument
45 size_t NumInstr = OpCodes.size(); in getRISCVInstructionCost()
52 for (auto Op : OpCodes) { in getRISCVInstructionCost()