Searched refs:EVEX_rc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp856 // EVEX_rc
857 uint8_t EVEX_rc = 0; local
1024 EVEX_rc = MI.getOperand(RcOperand).getImm();
1025 assert(EVEX_rc <= 3 && "Invalid rounding control!");
1156 emitByte((EVEX_z << 7) | (EVEX_rc << 5) | (EVEX_b << 4) | (EVEX_V2 << 3) |

Completed in 104 milliseconds