Searched refs:auipc (Results 1 – 3 of 3) sorted by relevance
116 uint32_t Riscv64RelativePatcher::PatchAuipc(uint32_t auipc, int32_t offset) { in PatchAuipc() argument123 return (auipc & 0x00000fffu) | // Clear offset bits, keep AUIPC with destination reg. in PatchAuipc()
56 static uint32_t PatchAuipc(uint32_t auipc, int32_t offset);
93 uint32_t auipc = kAuipcInsn | // AUIPC rd, imm20 in GenNopsAndAuipcAndUse() local102 PushBackInsn32(&result, auipc); in GenNopsAndAuipcAndUse()