Searched defs:auipc (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | relocations.s | 47 auipc t1, %pcrel_hi(foo) label 52 auipc t1, %pcrel_hi(foo+4) label
|
D | rv32i-valid.s | 36 auipc a0, 2 label 39 auipc s11, (0x87000000>>12) label 42 auipc t0, 1048575 label 45 auipc gp, 0 label
|
D | rv32i-invalid.s | 42 auipc zero, -0xf # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 10485… label 95 auipc a1, %lo(foo) # CHECK: :[[@LINE]]:11: error: immediate must be an integer in the range [0, 104… label
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2357 void Assembler::auipc(Register rs, int16_t imm16) { in auipc() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2601 void Assembler::auipc(Register rs, int16_t imm16) { in auipc() function in v8::internal::Assembler
|