Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc2624 SIInstruction* siInstr = reinterpret_cast<SIInstruction*>(instr); in DecodeFourByte() local
3014 int b1 = siInstr->B1Value(); in DecodeFourByte()
3016 intptr_t d1_val = siInstr->D1Value(); in DecodeFourByte()
3019 uint8_t imm_val = siInstr->I2Value(); in DecodeFourByte()
3025 int b1 = siInstr->B1Value(); in DecodeFourByte()
3027 intptr_t d1_val = siInstr->D1Value(); in DecodeFourByte()
3030 uint8_t imm_val = siInstr->I2Value(); in DecodeFourByte()