Searched refs:unpackSignedImm (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp31 static int64_t unpackSignedImm(int BitWidth, uint64_t Value) { function
56 int32_t Imm = unpackSignedImm(9, MOImm.getImm());
366 int32_t Imm = unpackSignedImm(7, MOImm.getImm());

Completed in 287 milliseconds