Home
last modified time | relevance | path

Searched defs:Hi20 (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/
H A DRISCVMatInt.cpp28 int64_t Hi20 = ((Val + 0x800) >> 12) & 0xFFFFF; in generateInstSeq() local
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h455 int32_t Hi20 = (((int32_t)imm64 + 0x800) >> 12); in Switch() local
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h215 int32_t Hi20 = (((int32_t)imm32 + 0x800) >> 12); in GenPCRelativeJump() local
223 int32_t Hi20 = (((int32_t)imm32 + 0x800) >> 12); in GenPCRelativeJumpAndLink() local
H A Dmacro-assembler-riscv64.cc1588 int64_t Hi20 = ((value + 0x800) >> 12); in InstrCountForLiLower32Bit() local
3540 int32_t Hi20 = (((int32_t)offset + 0x800) >> 12); in LoadAddress() local
H A Dassembler-riscv64.cc582 int32_t Hi20 = (((int32_t)offset + 0x800) >> 12); in target_at_put() local
771 int32_t Hi20 = (((int32_t)offset + 0x800) >> 12); in PatchBranchlongOffset() local
3770 int32_t Hi20 = (((int32_t)imm64 + 0x800) >> 12); in CheckTrampolinePool() local
3802 int32_t Hi20 = AuipcOffset(*instr); in set_target_address_at() local
3828 int32_t Hi20 = AuipcOffset(*instr); target_address_at() local
3833 int32_t Hi20 = AuipcOffset(*instr); target_address_at() local
4019 int32_t Hi20 = (((int32_t)distance + 0x800) >> 12); SetLoadOffsetToConstPoolEntry() local
[all...]

Completed in 23 milliseconds