Home
last modified time | relevance | path

Searched refs:memop (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_init_ops.h648 struct ilt_line *line, uint32_t size, uint8_t memop) in ecore_ilt_line_mem_op() argument
650 if (memop == ILT_MEMOP_FREE) { in ecore_ilt_line_mem_op()
663 uint8_t memop) in ecore_ilt_client_mem_op() argument
677 ilt_cli->page_size, memop); in ecore_ilt_client_mem_op()
682 static inline int ecore_ilt_mem_op_cnic(struct bxe_softc *sc, uint8_t memop) in ecore_ilt_mem_op_cnic() argument
687 rc = ecore_ilt_client_mem_op(sc, ILT_CLIENT_SRC, memop); in ecore_ilt_mem_op_cnic()
689 rc = ecore_ilt_client_mem_op(sc, ILT_CLIENT_TM, memop); in ecore_ilt_mem_op_cnic()
694 static int ecore_ilt_mem_op(struct bxe_softc *sc, uint8_t memop) in ecore_ilt_mem_op() argument
696 int rc = ecore_ilt_client_mem_op(sc, ILT_CLIENT_CDU, memop); in ecore_ilt_mem_op()
698 rc = ecore_ilt_client_mem_op(sc, ILT_CLIENT_QM, memop); in ecore_ilt_mem_op()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp710 MemOp memop = L == 1 ? MemOp_LOAD : MemOp_STORE; in EmulateLDPSTP() local
728 if (is_signed && memop == MemOp_STORE) in EmulateLDPSTP()
743 memop = MemOp_NOP; // do nothing in EmulateLDPSTP()
752 if (memop == MemOp_LOAD && t == t2) { in EmulateLDPSTP()
759 memop = MemOp_NOP; // do nothing in EmulateLDPSTP()
812 switch (memop) { in EmulateLDPSTP()
958 MemOp memop; in EmulateLDRSTRImm() local
961 memop = Bit32(opc, 0) == 1 ? MemOp_LOAD : MemOp_STORE; in EmulateLDRSTRImm()
963 memop = MemOp_LOAD; in EmulateLDRSTRImm()
997 switch (memop) { in EmulateLDRSTRImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA.td297 RegisterClass RC, Operand memop,
300 memop, RC, sched>;
302 memop, RC, sched>;
304 memop, RC, sched>;
429 multiclass fma4s_int<bits<8> opc, string OpcodeStr, Operand memop,
440 (ins VR128:$src1, VR128:$src2, memop:$src3),
447 (ins VR128:$src1, memop:$src2, VR128:$src3),
452 // memop:$src2
H A DX86InstrSSE.td1039 Operand memop, PatFrags mem_frags, string asm,
1046 def rm_Int : SI<opc, MRMSrcMem, (outs DstRC:$dst), (ins memop:$src),
1242 defm CVTDQ2PS : sse12_cvt_p<0x5B, VR128, i128mem, v4f32, v4i32, memop,
1842 Operand memop, SDNode OpNode, ValueType VT,
1853 (ins VR128:$src1, memop:$src2, u8imm:$cc), asm,
1915 ValueType vt, Operand memop,
1925 def rm_Int: SI<opc, MRMSrcMem, (outs), (ins RC:$src1, memop:$src2),
2168 defm UNPCKHPS: sse12_unpack_interleave<0x15, X86Unpckh, v4f32, memop,
2171 defm UNPCKHPD: sse12_unpack_interleave<0x15, X86Unpckh, v2f64, memop,
2174 defm UNPCKLPS: sse12_unpack_interleave<0x14, X86Unpckl, v4f32, memop,
[all …]
H A DX86InstrFragmentsSIMD.td930 def memop : PatFrag<(ops node:$ptr), (load node:$ptr), [{
936 // 128-bit memop pattern fragments
938 def memopv4f32 : PatFrag<(ops node:$ptr), (v4f32 (memop node:$ptr))>;
939 def memopv2f64 : PatFrag<(ops node:$ptr), (v2f64 (memop node:$ptr))>;
940 def memopv2i64 : PatFrag<(ops node:$ptr), (v2i64 (memop node:$ptr))>;
941 def memopv4i32 : PatFrag<(ops node:$ptr), (v4i32 (memop node:$ptr))>;
942 def memopv8i16 : PatFrag<(ops node:$ptr), (v8i16 (memop node:$ptr))>;
943 def memopv16i8 : PatFrag<(ops node:$ptr), (v16i8 (memop node:$ptr))>;
H A DX86InstrMMX.td492 f128mem, memop, "cvtpd2pi\t{$src, $dst|$dst, $src}",
498 f128mem, memop, "cvttpd2pi\t{$src, $dst|$dst, $src}",
H A DX86InstrXOP.td43 Operand memop, PatFrags mem_frags,
48 def rm : IXOP<opc, MRMSrcMem, (outs VR128:$dst), (ins memop:$src),
H A DX86InstrAVX512.td10257 X86MemOperand memop, RegisterClass MaskRC = _.KRCWM> {
10261 (ins _.RC:$src1, MaskRC:$mask, memop:$src2),
10312 X86MemOperand memop, RegisterClass MaskRC = _.KRCWM> {
10318 (ins memop:$dst, MaskRC:$mask, _.RC:$src),
10369 RegisterClass KRC, X86MemOperand memop> {
10371 def m : AVX5128I<opc, F, (outs), (ins KRC:$mask, memop:$src),
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1187 uint64_t regop, memop, op1, op2, rflags, rflags2; in emulate_cmp() local
1216 error = memread(vcpu, gpa, &memop, size, arg); in emulate_cmp()
1222 op2 = memop; in emulate_cmp()
1224 op1 = memop; in emulate_cmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc885 /* The value range buckets (22 buckets) for the memop size value profiling looks
962 /* Map an (observed) memop size value to the representative value of its range.
980 /* Return true if the range that an (observed) memop size value belongs to has
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc885 /* The value range buckets (22 buckets) for the memop size value profiling looks
962 /* Map an (observed) memop size value to the representative value of its range.
980 /* Return true if the range that an (observed) memop size value belongs to has
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td92 "Use memop instructions">;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def409 FUNCTION_PASS("pgo-memop-opt", PGOMemOPSizeOpt())
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td5535 multiclass MemorySS<string mnemonic, bits<8> opcode, SDPatternOperator memop> {
5540 [(memop bdaddr12only:$dest, bdaddr12only:$src,
5544 [(memop bdaddr12only:$dest, bdaddr12only:$src,
5551 SDPatternOperator memop> {
5556 [(set CC, (memop bdaddr12only:$dest, bdaddr12only:$src,
5560 [(set CC, (memop bdaddr12only:$dest, bdaddr12only:$src,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6079 HelpText<"Enable generation of memop instructions">;
6082 HelpText<"Disable generation of memop instructions">;