Home
last modified time | relevance | path

Searched refs:SetInstructionBits (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h65 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc_), in apply()
328 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc), in set_target_address_at()
349 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc), in set_target_address_at()
357 Instruction::SetInstructionBits<SixByteInstr>( in set_target_address_at()
371 Instruction::SetInstructionBits<SixByteInstr>(reinterpret_cast<byte*>(pc), in set_target_address_at()
H A Dconstants-s390.h1852 inline void SetInstructionBits(T value) const { in SetInstructionBits() function in v8::internal::Instruction
1853 Instruction::SetInstructionBits<T>(reinterpret_cast<const byte*>(this), in SetInstructionBits()
1856 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function in v8::internal::Instruction
1961 static inline void SetInstructionBits(byte* instr, T value) { in SetInstructionBits() function in v8::internal::Instruction
H A Dassembler-s390.h1324 Instruction::SetInstructionBits<T>(buffer_start_ + pos, instr); in instr_at_put()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc246 SetInstructionBits(Mask(~ImmPCRel_mask) | imm); in SetPCRelImmTarget()
284 SetInstructionBits(Mask(~imm_mask) | branch_imm); in SetBranchImmTarget()
310 SetInstructionBits(Mask(~mask) | imm); in SetImmLLiteral()
H A Dinstructions-arm64.h90 V8_INLINE void SetInstructionBits(Instr new_instr) { in SetInstructionBits() function in v8::internal::Instruction
/third_party/vixl/examples/aarch64/
H A Dnon-const-visitor.cc59 mutable_instr->SetInstructionBits(instr_bits); in Visit()
/third_party/vixl/test/aarch64/
H A Dtest-fuzz-aarch64.cc53 buffer->SetInstructionBits(static_cast<uint32_t>(i)); in FuzzHelper()
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h443 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function in v8::internal::Instruction
582 SetInstructionBits((InstructionBits() & ~(kImm24Mask)) | in SetBranchOffset()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc959 SetInstructionBits(Mask(~ImmPCRel_mask) | imm); in SetPCRelImmTarget()
992 SetInstructionBits(Mask(~imm_mask) | branch_imm); in SetBranchImmTarget()
1002 SetInstructionBits(Mask(~mask) | imm); in SetImmLLiteral()
H A Dinstructions-aarch64.h236 void SetInstructionBits(Instr new_instr) { in SetInstructionBits() function in vixl::aarch64::Instruction
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h729 inline void SetInstructionBits(Instr value) {
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc211 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
221 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
227 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
586 stop_instr->SetInstructionBits(kNopInstr); in Debug()
587 msg_address->SetInstructionBits(kNopInstr); in Debug()
761 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc180 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
190 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
196 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
555 stop_instr->SetInstructionBits(kNopInstr); in Debug()
556 msg_address->SetInstructionBits(kNopInstr); in Debug()
730 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc189 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in DeleteBreakpoint()
199 sim_->break_pc_->SetInstructionBits(sim_->break_instr_); in UndoBreakpoints()
205 sim_->break_pc_->SetInstructionBits(kBreakpointInstr); in RedoBreakpoints()
611 stop_instr->SetInstructionBits(kNopInstr); in Debug()
612 msg_address->SetInstructionBits(kNopInstr); in Debug()
786 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1292 inline void SetInstructionBits(Instr value) {
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1243 inline void SetInstructionBits(Instr value) {
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc133 instr->SetInstructionBits(value); in SetInstructionBitsInCodeSpace()
493 msg_address->SetInstructionBits(kNopInstr); in Debug()
663 instruction->SetInstructionBits(rtCallRedirInstr | kCallRtRedirected); in SetRedirectInstruction()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1400 inline void SetInstructionBits(Instr value) {
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc143 instr->SetInstructionBits(value); in SetInstructionBitsInCodeSpace()
515 msg_address->SetInstructionBits(kNopInstr); in Debug()
669 instruction->SetInstructionBits(0x1000FFB2); in SetRedirectInstruction()
671 instruction->SetInstructionBits(0xB2FF0000 | kCallRtRedirected); in SetRedirectInstruction()
5307 Instruction::SetInstructionBits<SixByteInstr>( in EVALUATE()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h2947 inline void SetInstructionBits(Instr value) { in SetInstructionBits() function in v8::internal::Instruction
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc163 instr->SetInstructionBits(value); in SetInstructionBitsInCodeSpace()
608 instruction->SetInstructionBits(al | (0xF * B24) | kCallRtRedirected); in SetRedirectInstruction()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc322 instruction->SetInstructionBits( in SetRedirectInstruction()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2118 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()

Completed in 113 milliseconds