Searched refs:ImmMoveWide (Results 1 – 11 of 11) sorted by relevance
332 uint64_t payload = ImmMoveWide(); in InlineData()
267 unsigned imm = instr->ImmMoveWide(); in VisitMoveWideImmediate()
1383 uint64_t imm = static_cast<uint64_t>(instr->ImmMoveWide()) in SubstituteImmediateField()1388 AppendToOutput("#0x%" PRIx32, instr->ImmMoveWide()); in SubstituteImmediateField()
153 V_(ImmMoveWide, 20, 5, Bits) \
1171 Instr Assembler::ImmMoveWide(int imm) {
2239 ImmMoveWide(static_cast<int>(imm)) | ShiftMoveWide(shift)); in MoveWide()3204 (expected_movz->ImmMoveWide() == 0) && in PatchAdrFar()
1804 inline static Instr ImmMoveWide(int imm);
1939 int64_t shifted_imm16 = static_cast<int64_t>(instr->ImmMoveWide()) << shift; in VisitMoveWideImmediate()
83 V_(ImmMoveWide, 20, 5, ExtractBits) \
2852 static Instr ImmMoveWide(uint64_t imm) { in ImmMoveWide() function
3934 Emit(SF(rd) | MoveWideImmediateFixed | mov_op | Rd(rd) | ImmMoveWide(imm) | in MoveWide()