Home | History | Annotate | Download | only in target-arm

Lines Matching refs:imm64

5133                             uint64_t imm64
5144 imm64 = imm | (((uint64_t)imm) << 32);
5146 imm64 = imm;
5148 tcg_gen_andi_i64(cpu_V0, cpu_V0, ~imm64);