/external/llvm/test/Assembler/ |
x86mmx.ll | 5 ; CHECK: define x86_mmx @sh16 6 define x86_mmx @sh16(x86_mmx %A) {
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
x86mmx.ll | 4 ; CHECK: define x86_mmx @sh16 5 define x86_mmx @sh16(x86_mmx %A) {
|
/external/llvm/test/MC/Mips/ |
micromips-invalid.s | 45 sh16 $9, 8($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 51 sh16 $4, 68($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 57 sh16 $16, 8($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 63 sh16 $7, 8($9) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
|
micromips-16-bit-instructions.s | 26 # CHECK-EL: sh16 $4, 8($17) # encoding: [0x14,0xaa] 81 # CHECK-EB: sh16 $4, 8($17) # encoding: [0xaa,0x14] 134 sh16 $4, 8($17)
|
/external/llvm/test/MC/Mips/micromips32r6/ |
invalid.s | 98 sh16 $9, 8($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 99 sh16 $4, 68($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 100 sh16 $16, 8($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 101 sh16 $7, 8($9) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
|
valid.s | 112 sh16 $4, 8($17) # CHECK: sh16 $4, 8($17) # encoding: [0xaa,0x14] [all...] |
/external/llvm/test/MC/Mips/micromips64r6/ |
invalid.s | 125 sh16 $9, 8($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 126 sh16 $4, 68($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range 127 sh16 $16, 8($17) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction 128 sh16 $7, 8($9) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
|
valid.s | 154 sh16 $4, 8($17) # CHECK: sh16 $4, 8($17) # encoding: [0xaa,0x14]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mep/ |
allinsn.s | 158 .global sh16 159 sh16: label
|
allinsn.be.d | 143 00000128 <sh16>: [all...] |
allinsn.le.d | 143 00000128 <sh16>: [all...] |
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/ |
valid-el.txt | 24 0x14 0xaa # CHECK: sh16 $4, 8($17)
|
valid.txt | 24 0xaa 0x14 # CHECK: sh16 $4, 8($17)
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/ |
valid.txt | 254 0xaa 0x14 # CHECK: sh16 $4, 8($17)
|
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/ |
valid.txt | 162 0xaa 0x14 # CHECK: sh16 $4, 8($17)
|
/toolchain/binutils/binutils-2.27/opcodes/ |
ppc-opc.c | 852 #define SH16 SXL + 2 854 #define DCM SH16 859 #define EH SH16 + 1 [all...] |
ChangeLog-2006 | 143 * ppc-opc.c (A_L, DCM, DGM, TE, RMC, R, SP, S, SH16, XRT_L, EH,
|
mep-opc.c | [all...] |
mep-desc.c | [all...] |
/external/llvm/lib/Target/Mips/ |
MicroMipsInstrInfo.td | 621 def SH16_MM : StoreMM16<"sh16", GPRMM16OpndZero, GPRMM16Opnd, truncstorei16, [all...] |
MicroMips32r6InstrInfo.td | [all...] |
/toolchain/binutils/binutils-2.27/cpu/ |
mep-core.cpu | [all...] |