Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp5845 uint64_t ZExtValue = Value.zextOrTrunc(IsThumb ? 16 : 32).getZExtValue(); in EmitARMBuiltinExpr() local
5848 IsThumb ? InlineAsm::get(FTy, ".inst.n 0x" + utohexstr(ZExtValue), "", in EmitARMBuiltinExpr()
5850 : InlineAsm::get(FTy, ".inst 0x" + utohexstr(ZExtValue), "", in EmitARMBuiltinExpr()