Home
last modified time | relevance | path

Searched refs:ssInstr (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/s390/
Ddisasm-s390.cc346 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in FormatDisplacement() local
347 uint16_t value = ssInstr->D2Value(); in FormatDisplacement()
351 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in FormatDisplacement() local
352 uint16_t value = ssInstr->D1Value(); in FormatDisplacement()
Dsimulator-s390.cc4466 SSInstruction* ssInstr = reinterpret_cast<SSInstruction*>(instr); in DecodeSixByte() local
4855 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() local
7371 int b1 = ssInstr->B1Value(); in EVALUATE()
7372 intptr_t d1 = ssInstr->D1Value(); in EVALUATE()
7373 int b2 = ssInstr->B2Value(); in EVALUATE()
[all …]