Searched refs:fullValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 66 static uint64_t fullValue(HexagonDisassembler const &Disassembler, MCInst &MI, in fullValue() function 90 int64_t FullValue = fullValue(Disassembler, MI, SignExtend64<T>(tmp)); in signedDecoder() 763 int64_t FullValue = fullValue(Disassembler, MI, tmp); in unsignedImmDecoder() 786 uint64_t FullValue = fullValue(Disassembler, MI, SignExtend64(tmp, Bits)); in brtargetDecoder()
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 625 uint32_t fullValue(MCInstrInfo const &MCII, in fullValue() function 645 int64_t FullValue = fullValue(*Disassembler.MCII, in signedDecoder() 658 int64_t FullValue = fullValue(*Disassembler.MCII, in unsignedImmDecoder() 764 uint32_t FullValue = fullValue(*Disassembler.MCII, in brtargetDecoder()
|