Home
last modified time | relevance | path

Searched refs:ModRM (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86ModRMFilters.h116 uint8_t ModRM; variable
123 ModRM(modRM) { in ExactFilter()
127 return (ModRM == modRM); in accepts()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86.cpp70 static bool hasBaseReg(uint8_t ModRM) { return (ModRM & 0xc7) != 0x5; } in hasBaseReg() argument
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23071 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11 in LowerINIT_TRAMPOLINE() local
23074 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, dl, MVT::i8), in LowerINIT_TRAMPOLINE()