Home
last modified time | relevance | path

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

/external/v8/src/ic/s390/
Dic-s390.cc544 return (Instruction::S390OpcodeValue(cmp_instruction_address) == CHI); in HasInlinedSmiCode()
558 if (Instruction::S390OpcodeValue(cmp_instruction_address) != CHI) { in PatchInlinedSmiCode()
562 if (Instruction::S390OpcodeValue(address) != BRASL) { in PatchInlinedSmiCode()
600 if (Instruction::S390OpcodeValue(branch_address) == BRC) { in PatchInlinedSmiCode()
602 } else if (Instruction::S390OpcodeValue(branch_address) == BRCL) { in PatchInlinedSmiCode()
623 if (Instruction::S390OpcodeValue(branch_address) == BRC) { in PatchInlinedSmiCode()
628 } else if (Instruction::S390OpcodeValue(branch_address) == BRCL) { in PatchInlinedSmiCode()
/external/v8/src/s390/
Dassembler-s390-inl.h441 Opcode op1 = Instruction::S390OpcodeValue(reinterpret_cast<const byte*>(pc)); in target_address_at()
453 Opcode op2 = Instruction::S390OpcodeValue( in target_address_at()
497 Opcode op1 = Instruction::S390OpcodeValue(reinterpret_cast<const byte*>(pc)); in set_target_address_at()
517 Opcode op2 = Instruction::S390OpcodeValue( in set_target_address_at()
Ddisasm-s390.cc506 Opcode opcode = instr->S390OpcodeValue(); in DecodeTwoByte()
578 Opcode opcode = instr->S390OpcodeValue(); in DecodeFourByte()
1053 Opcode opcode = instr->S390OpcodeValue(); in DecodeSixByte()
Dconstants-s390.h1137 inline Opcode S390OpcodeValue() { in S390OpcodeValue() function
1138 return Instruction::S390OpcodeValue(reinterpret_cast<const byte*>(this)); in S390OpcodeValue()
1262 static inline Opcode S390OpcodeValue(const byte* instr) { in S390OpcodeValue() function
Dsimulator-s390.cc2396 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()
[all …]
Dassembler-s390.cc359 Opcode opcode = Instruction::S390OpcodeValue(buffer_ + pos); in target_at()
384 Opcode opcode = Instruction::S390OpcodeValue(buffer_ + pos); in target_at_put()
417 Opcode opcode = Instruction::S390OpcodeValue(buffer_ + pos); in max_reach_from()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc3534 DCHECK(BRC == Instruction::S390OpcodeValue(branch_address)); in GetBackEdgeState()