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

  /external/v8/test/cctest/
test-fuzz-arm64.cc 47 buffer->SetInstructionBits(instr);
68 buffer->SetInstructionBits(instr);
  /external/vixl/test/
test-fuzz-a64.cc 52 buffer->SetInstructionBits(instr);
72 buffer->SetInstructionBits(instr);
95 buffer->SetInstructionBits(static_cast<uint32_t>(i));
112 buffer->SetInstructionBits(static_cast<uint32_t>(i));
  /external/v8/src/arm64/
instructions-arm64.cc 244 SetInstructionBits(Mask(~ImmPCRel_mask) | imm);
283 SetInstructionBits(Mask(~imm_mask) | branch_imm);
311 SetInstructionBits(Mask(~mask) | imm);
instructions-arm64.h 103 V8_INLINE void SetInstructionBits(Instr new_instr) {
simulator-arm64.cc 469 redirect_call_.SetInstructionBits(
    [all...]
  /external/vixl/examples/
non-const-visitor.h 53 mutable_instr->SetInstructionBits(instr_bits);
  /external/v8/src/s390/
assembler-s390-inl.h 64 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc_),
518 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc),
539 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc),
547 Instruction::SetInstructionBits<SixByteInstr>(
561 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc),
constants-s390.h     [all...]
simulator-s390.cc 104 instr->SetInstructionBits(kNopInstr);
105 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
193 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
203 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
209 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
559 stop_instr->SetInstructionBits(kNopInstr);
560 msg_address->SetInstructionBits(kNopInstr);
    [all...]
assembler-s390.h     [all...]
  /external/vixl/src/vixl/a64/
instructions-a64.cc 350 SetInstructionBits(Mask(~ImmPCRel_mask) | imm);
382 SetInstructionBits(Mask(~imm_mask) | branch_imm);
392 SetInstructionBits(Mask(~mask) | imm);
instructions-a64.h 169 void SetInstructionBits(Instr new_instr) {
  /art/compiler/utils/arm/
constants_arm.h 255 void SetInstructionBits(int32_t value) {
  /external/v8/src/ppc/
constants-ppc.h 510 inline void SetInstructionBits(Instr value) {
simulator-ppc.cc 102 instr->SetInstructionBits(kNopInstr);
103 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
196 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
207 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
214 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
553 stop_instr->SetInstructionBits(kNopInstr);
554 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/arm/
constants-arm.h 476 inline void SetInstructionBits(Instr value) {
simulator-arm.cc 103 instr->SetInstructionBits(kNopInstr);
104 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
211 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
222 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
229 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
498 stop_instr->SetInstructionBits(kNopInstr);
499 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 124 instr->SetInstructionBits(kNopInstr);
125 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
256 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
267 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
274 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
690 stop_instr->SetInstructionBits(kNopInstr);
691 msg_address->SetInstructionBits(kNopInstr);
    [all...]
constants-mips.h 878 inline void SetInstructionBits(Instr value) {
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 137 instr->SetInstructionBits(kNopInstr);
138 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
243 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
254 sim_->break_pc_->SetInstructionBits(sim_->break_instr_);
261 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
627 stop_instr->SetInstructionBits(kNopInstr);
628 msg_address->SetInstructionBits(kNopInstr);
    [all...]
constants-mips64.h 911 inline void SetInstructionBits(Instr value) {
    [all...]

Completed in 547 milliseconds