Home | History | Annotate | Download | only in mips64

Lines Matching full:imm18

4108   int32_t imm18 = instr->Imm18Value();
4116 int64_t se_imm18 = imm18 | ((imm18 & 0x20000) ? 0xfffffffffffc0000 : 0);