Searched defs:jal (Results 1 – 15 of 15) sorted by relevance
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
| D | rv32i-invalid.s | 45 jal gp, -1048578 # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range… label 46 jal gp, -1048577 # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range… label 47 jal gp, 1048575 # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range … label 48 jal gp, 1048576 # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range … label 49 jal gp, 1 # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range [-1048… label 98 jal gp, %lo(1) # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range [… label 99 jal gp, %lo(a) # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range [… label 100 jal gp, %hi(2) # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range [… label 101 jal gp, %hi(b) # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the range [… label 102 jal gp, %pcrel_hi(3) # CHECK: :[[@LINE]]:9: error: immediate must be a multiple of 2 bytes in the r… label [all …]
|
| D | fixups.s | 27 jal zero, .LBB0 label 30 jal zero, .LBB2 label
|
| D | compress-cjal.s | 13 jal ra, 2046 label
|
| D | relocations.s | 77 jal zero, foo label
|
| D | rv32i-valid.s | 49 jal a2, 1048574 label 52 jal a3, 256 label
|
| D | compress-rv32i.s | 141 jal zero, -2048 label
|
| D | rvi-aliases-valid.s | 102 jal 2040 label
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
| D | hex-immediates.s | 8 jal 32 label
|
| /external/llvm/test/MC/Mips/ |
| D | hex-immediates.s | 8 jal 32 label
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
| D | valid.s | 235 jal 1328 # CHECK: jal 1328 # encoding: [0xf4,0x00,0x02,0x98] label
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerMIPS32.cpp | 647 void AssemblerMIPS32::jal(const ConstantRelocatable *Target) { in jal() function in Ice::MIPS32::AssemblerMIPS32
|
| D | IceTargetLoweringMIPS32.cpp | 6255 InstMIPS32Call *TargetMIPS32::Sandboxer::jal(Variable *ReturnReg, in jal() function in Ice::MIPS32::TargetMIPS32::Sandboxer
|
| /external/kernel-headers/original/uapi/asm-mips/asm/ |
| D | inst.h | 1096 struct m16e_jal jal; member
|
| /external/v8/src/mips64/ |
| D | assembler-mips64.cc | 1841 void Assembler::jal(Label* target) { in jal() function in v8::internal::Assembler 1865 void Assembler::jal(int64_t target) { in jal() function in v8::internal::Assembler
|
| /external/v8/src/mips/ |
| D | assembler-mips.cc | 1866 void Assembler::jal(int32_t target) { in jal() function in v8::internal::Assembler
|