Home
last modified time | relevance | path

Searched defs:jal (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drv32i-invalid.s45 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 …]
Dfixups.s27 jal zero, .LBB0 label
30 jal zero, .LBB2 label
Dcompress-cjal.s13 jal ra, 2046 label
Drelocations.s77 jal zero, foo label
Drv32i-valid.s49 jal a2, 1048574 label
52 jal a3, 256 label
Dcompress-rv32i.s141 jal zero, -2048 label
Drvi-aliases-valid.s102 jal 2040 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dhex-immediates.s8 jal 32 label
/external/llvm/test/MC/Mips/
Dhex-immediates.s8 jal 32 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s235 jal 1328 # CHECK: jal 1328 # encoding: [0xf4,0x00,0x02,0x98] label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp647 void AssemblerMIPS32::jal(const ConstantRelocatable *Target) { in jal() function in Ice::MIPS32::AssemblerMIPS32
DIceTargetLoweringMIPS32.cpp6255 InstMIPS32Call *TargetMIPS32::Sandboxer::jal(Variable *ReturnReg, in jal() function in Ice::MIPS32::TargetMIPS32::Sandboxer
/external/kernel-headers/original/uapi/asm-mips/asm/
Dinst.h1096 struct m16e_jal jal; member
/external/v8/src/mips64/
Dassembler-mips64.cc1841 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/
Dassembler-mips.cc1866 void Assembler::jal(int32_t target) { in jal() function in v8::internal::Assembler