Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp266 u32 opcd = inst >> 26; in IsStackOverflow() local
275 (opcd == 39 || opcd == 45 || opcd == 37 || opcd == 62 || in IsStackOverflow()
276 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181)))) in IsStackOverflow()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h967 struct input *hdr, u16 opcd, in bnxt_re_init_hwrm_hdr() argument
970 hdr->req_type = cpu_to_le16(opcd); in bnxt_re_init_hwrm_hdr()
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c1881 uint8_t opcd; in bnxt_re_set_hdr_flags() local
1899 opcd = ibv_to_bnxt_re_wr_opcd[wr->opcode]; in bnxt_re_set_hdr_flags()
1900 hdrval |= (opcd & BNXT_RE_HDR_WT_MASK); in bnxt_re_set_hdr_flags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td5963 multiclass avx512_shift_types<bits<8> opcd, bits<8> opcq, bits<8> opcw,
5966 defm D : avx512_shift_sizes<opcd, OpcodeStr#"d", OpNode, sched, v4i32,
6009 multiclass avx512_shift_rmi_dq<bits<8> opcd, bits<8> opcq,
6013 defm D: avx512_shift_rmi_sizes<opcd, ImmFormR, ImmFormM, OpcodeStr#"d", OpNode,