Searched refs:instr_ori (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 783 Address offset_lui, Instr instr_ori, in PatchLuiOriImmediate() 786 DCHECK(IsOri(instr_ori)); in PatchLuiOriImmediate() 790 instr_ori | (imm & kImm16Mask)); in PatchLuiOriImmediate() 794 Address offset_lui, Instr instr_ori, in PatchLuiOriImmediate() 797 DCHECK(IsOri(instr_ori)); in PatchLuiOriImmediate() 799 instr_at_put(pc + offset_ori, instr_ori | (imm & kImm16Mask)); in PatchLuiOriImmediate() 802 int32_t Assembler::GetLuiOriImmediate(Instr instr_lui, Instr instr_ori) { in GetLuiOriImmediate() argument 804 DCHECK(IsOri(instr_ori)); in GetLuiOriImmediate() 807 imm |= (instr_ori & static_cast<int32_t>(kImm16Mask)); in GetLuiOriImmediate() 839 Instr instr_ori in target_at() local 782 PatchLuiOriImmediate(int pc, int32_t imm, Instr instr_lui, Address offset_lui, Instr instr_ori, Address offset_ori) PatchLuiOriImmediate() argument 793 PatchLuiOriImmediate(Address pc, int32_t imm, Instr instr_lui, Address offset_lui, Instr instr_ori, Address offset_ori) PatchLuiOriImmediate() argument 851 Instr instr_ori = instr_at(pos + 2 * kInstrSize); target_at() local 919 Instr instr_ori = instr_at(pos + 3 * kInstrSize); target_at_put() local 957 Instr instr_ori = instr_at(pos + 2 * kInstrSize); target_at_put() local [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 726 Instr instr_ori = instr_at(pos + 3 * kInstrSize); in target_at() local 728 DCHECK(IsOri(instr_ori)); in target_at() 730 imm32 |= (instr_ori & static_cast<int32_t>(kImm16Mask)); in target_at() 740 Instr instr_ori = instr_at(pos + 2 * kInstrSize); in target_at() local 742 DCHECK(IsOri(instr_ori)); in target_at() 744 imm32 |= (instr_ori & static_cast<int32_t>(kImm16Mask)); in target_at() 752 Instr instr_ori = instr_at(pos + 1 * kInstrSize); in target_at() local 754 DCHECK(IsOri(instr_ori)); in target_at() 759 imm |= static_cast<int64_t>(instr_ori & kImm16Mask) << 32; in target_at() 824 Instr instr_ori in target_at_put() local 852 Instr instr_ori = instr_at(pos + 1 * kInstrSize); target_at_put() local 872 Instr instr_ori = instr_at(pos + 3 * kInstrSize); target_at_put() local 3685 Instr instr_ori = instr_at(pc + 1 * kInstrSize); RelocateInternalReference() local [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 473 Instr instr_ori = instr_at(pos + 2 * kInstrSize); in target_at() local 476 imm32 |= ((instr_ori >> 10) & static_cast<int32_t>(kImm12Mask)); in target_at()
|
Completed in 18 milliseconds