Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/AArch64/
H A DTarget.cpp15 static unsigned getLoadImmediateOpcode(unsigned RegBitWidth) { in getLoadImmediateOpcode() function
30 return MCInstBuilder(getLoadImmediateOpcode(RegBitWidth)) in loadImmediate()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/
H A DTarget.cpp43 static unsigned getLoadImmediateOpcode(unsigned RegBitWidth) { in getLoadImmediateOpcode() function
61 return MCInstBuilder(getLoadImmediateOpcode(RegBitWidth)) in loadImmediate()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp438 static unsigned getLoadImmediateOpcode(unsigned RegBitWidth) { in getLoadImmediateOpcode() function
457 return MCInstBuilder(getLoadImmediateOpcode(RegBitWidth)) in loadImmediate()