reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1043 loImm = firstInstr & 0xFFFF; 1051 if (!loImm && getPrimaryOpCode(secondInstr) == 14) { 1052 loImm = secondInstr & 0xFFFF; 1070 int32_t stackFrameSize = (hiImm * 65536) + loImm; 1081 loImm = adjustedStackFrameSize & 0xFFFF; 1086 secondInstr = loImm ? 0x398C0000 | (uint16_t)loImm : 0x60000000; 1086 secondInstr = loImm ? 0x398C0000 | (uint16_t)loImm : 0x60000000; 1090 write32(loc + 4, (0x39810000) | (uint16_t)loImm);