Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-fuzz-aarch64.cc54 buffer->SetInstructionBits(instr); in TEST()
74 buffer->SetInstructionBits(instr); in TEST()
97 buffer->SetInstructionBits(static_cast<uint32_t>(i));
114 buffer->SetInstructionBits(static_cast<uint32_t>(i));
/external/v8/src/arm64/
Dinstructions-arm64.cc244 SetInstructionBits(Mask(~ImmPCRel_mask) | imm); in SetPCRelImmTarget()
283 SetInstructionBits(Mask(~imm_mask) | branch_imm); in SetBranchImmTarget()
311 SetInstructionBits(Mask(~mask) | imm); in SetImmLLiteral()
Dinstructions-arm64.h103 V8_INLINE void SetInstructionBits(Instr new_instr) { in SetInstructionBits() function
Dsimulator-arm64.cc469 redirect_call_.SetInstructionBits( in Redirection()
/external/v8/src/s390/
Dassembler-s390-inl.h67 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc_), in apply()
520 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc), in set_target_address_at()
541 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc), in set_target_address_at()
549 Instruction::SetInstructionBits<SixByteInstr>( in set_target_address_at()
563 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc), in set_target_address_at()
Dconstants-s390.h1905 inline void SetInstructionBits(T value) const { in SetInstructionBits() function
1906 Instruction::SetInstructionBits<T>(reinterpret_cast<const byte*>(this), in SetInstructionBits()
1909 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function
2014 static inline void SetInstructionBits(byte* instr, T value) { in SetInstructionBits() function
Dsimulator-s390.cc149 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
159 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
165 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
515 stop_instr->SetInstructionBits(kNopInstr); in Debug()
516 msg_address->SetInstructionBits(kNopInstr); in Debug()
2695 Instruction::SetInstructionBits<SixByteInstr>( in DecodeFourByte()
6830 Instruction::SetInstructionBits<SixByteInstr>( in EVALUATE()
Dassembler-s390.h1302 Instruction::SetInstructionBits<T>(buffer_ + pos, instr); in instr_at_put()
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc349 SetInstructionBits(Mask(~ImmPCRel_mask) | imm); in SetPCRelImmTarget()
382 SetInstructionBits(Mask(~imm_mask) | branch_imm); in SetBranchImmTarget()
392 SetInstructionBits(Mask(~mask) | imm); in SetImmLLiteral()
Dinstructions-aarch64.h169 void SetInstructionBits(Instr new_instr) { in SetInstructionBits() function
/external/vixl/examples/aarch64/
Dnon-const-visitor.h53 mutable_instr->SetInstructionBits(instr_bits); in VisitAddSubShifted()
/external/v8/src/arm/
Dconstants-arm.h478 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function
Dsimulator-arm.cc154 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
165 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
172 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
441 stop_instr->SetInstructionBits(kNopInstr); in Debug()
442 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/ppc/
Dsimulator-ppc.cc146 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
157 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
164 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
503 stop_instr->SetInstructionBits(kNopInstr); in Debug()
504 msg_address->SetInstructionBits(kNopInstr); in Debug()
Dconstants-ppc.h2777 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function
/external/v8/src/mips/
Dsimulator-mips.cc200 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
211 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
218 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
634 stop_instr->SetInstructionBits(kNopInstr); in Debug()
635 msg_address->SetInstructionBits(kNopInstr); in Debug()
Dconstants-mips.h888 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function
/external/v8/src/mips64/
Dsimulator-mips64.cc183 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
194 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
201 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
567 stop_instr->SetInstructionBits(kNopInstr); in Debug()
568 msg_address->SetInstructionBits(kNopInstr); in Debug()
Dconstants-mips64.h921 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function