Searched refs:ssInstr (Results 1 – 2 of 2) sorted by relevance
346 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in FormatDisplacement() local347 uint16_t value = ssInstr->D2Value(); in FormatDisplacement()351 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in FormatDisplacement() local352 uint16_t value = ssInstr->D1Value(); in FormatDisplacement()
4466 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in DecodeSixByte() local4855 int b1 = ssInstr->B1Value(); in DecodeSixByte()4856 intptr_t d1 = ssInstr->D1Value(); in DecodeSixByte()4857 int b2 = ssInstr->B2Value(); in DecodeSixByte()4858 intptr_t d2 = ssInstr->D2Value(); in DecodeSixByte()4859 int length = ssInstr->Length(); in DecodeSixByte()7370 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in EVALUATE() local7371 int b1 = ssInstr->B1Value(); in EVALUATE()7372 intptr_t d1 = ssInstr->D1Value(); in EVALUATE()7373 int b2 = ssInstr->B2Value(); in EVALUATE()[all …]