Searched refs:opcd (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_posix.cc | 58 u32 opcd = inst >> 26; in AsanOnSIGSEGV() local 67 (opcd == 39 || opcd == 45 || opcd == 37 || opcd == 62 || in AsanOnSIGSEGV() 68 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181)))) in AsanOnSIGSEGV()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 3468 multiclass avx512_shift_types<bits<8> opcd, bits<8> opcq, bits<8> opcw, 3470 defm D : avx512_shift_sizes<opcd, OpcodeStr#"d", OpNode, v4i32, bc_v4i32, 3512 multiclass avx512_shift_rmi_dq<bits<8> opcd, bits<8> opcq, 3515 defm D: avx512_shift_rmi_sizes<opcd, ImmFormR, ImmFormM, OpcodeStr#"d", OpNode,
|