Home | History | Annotate | Download | only in mips64

Lines Matching defs:GetImmediate16

411 uint32_t Assembler::GetImmediate16(Instr instr) {
2810 ((uint64_t)(GetImmediate16(instr0)) << 32) |
2811 ((uint64_t)(GetImmediate16(instr1)) << 16) |
2812 ((uint64_t)(GetImmediate16(instr3))));