Home
last modified time | relevance | path

Searched defs:addImm (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstBuilder.h37 MCInstBuilder &addImm(int64_t Val) { in addImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h122 const MachineInstrBuilder &addImm(int64_t Val) const { in addImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp372 void addImm(int64_t imm) { Imm += imm; } in addImm() function in __anon9e6b50760111::X86AsmParser::IntelExprStateMachine