Home
last modified time | relevance | path

Searched defs:Binary (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDError.h23 class Binary; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCCodeEmitter.cpp1021 uint32_t Binary = Imm12 & 0xfff; in getAddrModeImm12OpValue() local
1052 uint32_t Binary = Imm & ((1U << Bits) - 1); in getT2ScaledImmOpValue() local
1143 uint32_t Binary = (Imm8 >> 2) & 0xff; in getT2AddrModeImm8s4OpValue() local
1170 uint32_t Binary = (Imm7 >> 2) & 0xff; in getT2AddrModeImm7s4OpValue() local
1274 uint32_t Binary = Rm; in getLdStSORegOpValue() local
1295 uint32_t Binary = ARM_AM::getAM2Offset(Imm); in getAddrMode2OffsetOpValue() local
1448 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5OpValue() local
1488 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5FP16OpValue() local
1516 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegRegOpValue() local
1561 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegImmOpValue() local
[all …]
HDARMAsmBackend.cpp681 uint32_t Binary = (Value - 4) >> 1; in adjustFixupValue() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVMCCodeEmitter.cpp115 uint32_t Binary; in expandFunctionCall() local
172 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyMCCodeEmitter.cpp64 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMsgPackReader.h55 Binary, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusNameParser.cpp345 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in ConsumeOperator() argument
349 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in ConsumeOperator() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCCodeEmitter.cpp410 uint64_t Binary; in EncodeSingleInstruction() local
616 MCBinaryExpr const *Binary = cast<MCBinaryExpr>(ME); in getExprOpValue() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTentative.cpp835 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
837 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
HDParseExprCXX.cpp2505 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument
2510 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
HDllc.cpp231 bool Binary = false; in GetOutputStream() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCExpr.h38 Binary, ///< Binary expressions. enumerator
457 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp671 CompilerInstance::createDefaultOutputFile(bool Binary, StringRef InFile, in createDefaultOutputFile()
683 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile()
707 StringRef OutputPath, std::error_code &Error, bool Binary, in createOutputFile()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCCodeEmitter.cpp183 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in encodeInstruction() local
582 unsigned Binary = (MO.getImm() >> 2) & 0x0000ffff; in getSImm9AddiuspValue() local
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
HDcc1as_main.cpp312 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCExpr.cpp83 bool Binary = UE.getSubExpr()->getKind() == MCExpr::Binary; in print() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDllvm-readobj.cpp607 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCCodeEmitter.cpp613 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCopyConfig.h34 Binary, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp691 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp266 yaml::BinaryRef Binary; in map() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
HDllvm-cxxdump.cpp533 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput() local
/freebsd-11-stable/contrib/groff/src/devices/grops/
HDpsrm.cpp795 const int Binary = 0; in do_begin_data() local

12