HomeSort by relevance Sort by last modified time
    Searched refs:SixByteInstr (Results 1 - 7 of 7) sorted by null

  /external/v8/src/s390/
assembler-s390-inl.h 60 SixByteInstr instr =
67 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc_),
149 SixByteInstr instr =
455 SixByteInstr instr_1 =
468 SixByteInstr instr_2 = Instruction::InstructionBits(
511 SixByteInstr instr_1 =
520 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc),
532 SixByteInstr instr_2 = Instruction::InstructionBits(
541 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc),
549 Instruction::SetInstructionBits<SixByteInstr>(
    [all...]
constants-s390.h 158 typedef uint64_t SixByteInstr;
    [all...]
code-stubs-s390.h 99 SixByteInstr updatedMask = static_cast<SixByteInstr>(c) << 36;
100 masm->instr_at_put<SixByteInstr>(
105 static bool isBranchNop(SixByteInstr instr, int instrLength) {
assembler-s390.h     [all...]
assembler-s390.cc 345 bool Assembler::Is64BitLoadIntoIP(SixByteInstr instr1, SixByteInstr instr2) {
351 bool Assembler::Is32BitLoadIntoIP(SixByteInstr instr) {
374 SixByteInstr instr = instr_at(pos);
400 SixByteInstr instr = instr_at(pos);
418 instr_at_put<SixByteInstr>(pos, instr | (imm32 >> 1));
426 instr_at_put<SixByteInstr>(pos, instr | imm32);
    [all...]
simulator-s390.cc     [all...]
  /external/v8/src/ic/s390/
ic-s390.cc 91 SixByteInstr branch_instr = Assembler::instr_at(branch_address);

Completed in 1211 milliseconds