Home | History | Annotate | Download | only in mips64

Lines Matching refs:GetImmediate16

400 uint32_t Assembler::GetImmediate16(Instr instr) {
3380 ((uint64_t)(GetImmediate16(instr0)) << 32) |
3381 ((uint64_t)(GetImmediate16(instr1)) << 16) |
3382 ((uint64_t)(GetImmediate16(instr3))));