Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2657 RXInstruction* rxinst = reinterpret_cast<RXInstruction*>(instr); in DecodeFourByte() local
2658 int r1 = rxinst->R1Value(); in DecodeFourByte()
2659 int b2 = rxinst->B2Value(); in DecodeFourByte()
2660 int x2 = rxinst->X2Value(); in DecodeFourByte()
2663 intptr_t d2_val = rxinst->D2Value(); in DecodeFourByte()
2750 RXInstruction* rxinst = reinterpret_cast<RXInstruction*>(instr); in DecodeFourByte() local
2751 int r1 = rxinst->R1Value(); in DecodeFourByte()
2752 int x2 = rxinst->X2Value(); in DecodeFourByte()
2753 int b2 = rxinst->B2Value(); in DecodeFourByte()
2757 intptr_t d2_val = rxinst->D2Value(); in DecodeFourByte()
[all …]