Home
last modified time | relevance | path

Searched defs:Lo12 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp29 int64_t Lo12 = SignExtend64<12>(Val); in generateInstSeq() local
66 int64_t Lo12 = SignExtend64<12>(Val); in generateInstSeq() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h216 int32_t Lo12 = (int32_t)imm32 << 20 >> 20; in GenPCRelativeJump() local
224 int32_t Lo12 = (int32_t)imm32 << 20 >> 20; in GenPCRelativeJumpAndLink() local
Dassembler-riscv64.cc583 int32_t Lo12 = (int32_t)offset << 20 >> 20; in target_at_put() local
772 int32_t Lo12 = (int32_t)offset << 20 >> 20; in PatchBranchlongOffset() local
3771 int32_t Lo12 = (int32_t)imm64 << 20 >> 20; in CheckTrampolinePool() local
3803 int32_t Lo12 = LdOffset(*reinterpret_cast<Instr*>(pc + 4)); in set_target_address_at() local
3829 int32_t Lo12 = LdOffset(*reinterpret_cast<Instr*>(pc + 4)); in target_address_at() local
3834 int32_t Lo12 = JalrOffset(*reinterpret_cast<Instr*>(pc + 4)); in target_address_at() local
4020 int32_t Lo12 = (int32_t)distance << 20 >> 20; in SetLoadOffsetToConstPoolEntry() local
Dmacro-assembler-riscv64.cc1589 int64_t Lo12 = value << 52 >> 52; in InstrCountForLiLower32Bit() local
3541 int32_t Lo12 = (int32_t)offset << 20 >> 20; in LoadAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp455 unsigned Lo12 = Value & 0x0FFF; in adjustFixupValue() local