HomeSort by relevance Sort by last modified time
    Searched refs:addiupc (Results 1 - 19 of 19) sorted by null

  /external/llvm/test/MC/Mips/
micromips-alu-instructions.s 41 # CHECK-EL: addiupc $2, 20 # encoding: [0x00,0x79,0x05,0x00]
42 # CHECK-EL: addiupc $7, 16777212 # encoding: [0xbf,0x7b,0xff,0xff]
43 # CHECK-EL: addiupc $7, -16777216 # encoding: [0xc0,0x7b,0x00,0x00]
84 # CHECK-EB: addiupc $2, 20 # encoding: [0x79,0x00,0x00,0x05]
85 # CHECK-EB: addiupc $7, 16777212 # encoding: [0x7b,0xbf,0xff,0xff]
86 # CHECK-EB: addiupc $7, -16777216 # encoding: [0x7b,0xc0,0x00,0x00]
125 addiupc $2, 20
126 addiupc $7, 16777212
127 addiupc $7, -16777216
micromips-invalid.s 38 addiupc $7, 16777216 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
39 addiupc $6, -16777220 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
40 addiupc $3, 3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
  /external/llvm/test/MC/Mips/micromips32r6/
relocations.s 14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A]
40 addiupc $2,bar
valid.s 7 addiupc $4, 100 # CHECK: addiupc $4, 100 # encoding: [0x78,0x80,0x00,0x19]
    [all...]
  /external/llvm/test/MC/Mips/micromips64r6/
relocations.s 14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A]
44 addiupc $2,bar
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
60 addiupc $2,bar
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
65 addiupc $2,bar
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r6.s 248 addiupc $4, (-262144 << 2)
249 addiupc $4, (262143 << 2)
micromips.s     [all...]
  /external/v8/src/mips/
disasm-mips.cc     [all...]
assembler-mips.h 785 void addiupc(Register rs, int32_t imm19);
    [all...]
macro-assembler-mips.h     [all...]
assembler-mips.cc 1965 void Assembler::addiupc(Register rs, int32_t imm19) { function in class:v8::Assembler
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/mips64/
assembler-mips64.h 830 void addiupc(Register rs, int32_t imm19);
    [all...]
macro-assembler-mips64.h     [all...]
assembler-mips64.cc 2201 void Assembler::addiupc(Register rs, int32_t imm19) { function in class:v8::internal::Assembler
    [all...]
code-stubs-mips64.cc     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mips-opc.c     [all...]

Completed in 585 milliseconds