Lines Matching refs:S390OpcodeValue
2396 Opcode op = instr->S390OpcodeValue(); in DecodeTwoByte()
2620 Opcode op = instr->S390OpcodeValue(); in DecodeFourByte()
3186 Opcode op = instr->S390OpcodeValue(); in DecodeFourByteArithmetic64Bit()
3352 Opcode op = instr->S390OpcodeValue(); in DecodeFourByteArithmetic()
3800 Opcode op = instr->S390OpcodeValue(); in DecodeFourByteFloatingPointIntConversion()
3858 Opcode op = instr->S390OpcodeValue(); in DecodeFourByteFloatingPointRound()
4136 Opcode op = instr->S390OpcodeValue(); in DecodeFourByteFloatingPoint()
4456 Opcode op = instr->S390OpcodeValue(); in DecodeSixByte()
4994 Opcode op = instr->S390OpcodeValue(); in DecodeSixByteBitShift()
5072 Opcode op = instr->S390OpcodeValue(); in DecodeSixByteArithmetic()
5578 Opcode op = instr->S390OpcodeValue(); in DecodeInstruction()
5900 #define DCHECK_OPCODE(op) DCHECK(instr->S390OpcodeValue() == op)