Searched refs:aluipc (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
H A DELF_O32R6_relocations.s42 aluipc $5, %pcrel_hi(foo)
H A DELF_N64R6_relocations.s47 aluipc $5, %pcrel_hi(foo)
/external/llvm/test/MC/Mips/mips32r6/
H A Drelocations.s29 # CHECK-FIXUP: aluipc $2, %pcrel_hi(bar) # encoding: [0xec,0x5f,A,A]
67 aluipc $2, %pcrel_hi(bar)
/external/llvm/test/MC/Mips/mips64r6/
H A Drelocations.s29 # CHECK-FIXUP: aluipc $2, %pcrel_hi(bar) # encoding: [0xec,0x5f,A,A]
72 aluipc $2, %pcrel_hi(bar)
/external/llvm/test/MC/Mips/micromips32r6/
H A Dvalid.s17 aluipc $3, 56 # CHECK: aluipc $3, 56 # encoding: [0x78,0x7f,0x00,0x38]
/external/v8/src/mips/
H A Ddisasm-mips.cc1663 Format(instr, "aluipc 'rs, 'imm16s");
H A Dassembler-mips.h788 void aluipc(Register rs, int16_t imm16);
H A Dassembler-mips.cc1989 void Assembler::aluipc(Register rs, int16_t imm16) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.h835 void aluipc(Register rs, int16_t imm16);
H A Dassembler-mips64.cc2241 void Assembler::aluipc(Register rs, int16_t imm16) { function in class:v8::internal::Assembler

Completed in 207 milliseconds