Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc4464 SIYInstruction* siyInstr = reinterpret_cast<SIYInstruction*>(instr); in DecodeSixByte() local
4471 int b1 = siyInstr->B1Value(); in DecodeSixByte()
4473 intptr_t d1_val = siyInstr->D1Value(); in DecodeSixByte()
4476 uint8_t imm_val = siyInstr->I2Value(); in DecodeSixByte()
4482 int b1 = siyInstr->B1Value(); in DecodeSixByte()
4484 intptr_t d1_val = siyInstr->D1Value(); in DecodeSixByte()
4487 uint8_t imm_val = siyInstr->I2Value(); in DecodeSixByte()
5075 SIYInstruction* siyInstr = reinterpret_cast<SIYInstruction*>(instr); in DecodeSixByteArithmetic() local
5394 int8_t i2_8bit = static_cast<int8_t>(siyInstr->I2Value()); in DecodeSixByteArithmetic()
5396 int b1 = siyInstr->B1Value(); in DecodeSixByteArithmetic()
[all …]