/external/llvm/test/CodeGen/ARM/ |
intrinsics.ll | 20 ; CHECK: cdp2 21 tail call void @llvm.arm.cdp2(i32 7, i32 3, i32 1, i32 1, i32 1, i32 5) nounwind 25 declare void @llvm.arm.cdp2(i32, i32, i32, i32, i32, i32) nounwind
|
/external/llvm/test/MC/Disassembler/ARM/ |
thumb-neon-crypto.txt | 38 # The other similar encodings are stc2 [0x00,0xfd,0x40,0x0c] and cdp2 [0x00,0xfe,0x40,0x0c] 42 # CHECK-NOT: cdp2
|
invalid-armv8.txt | 24 # CHECK-V7: cdp2 29 # CHECK-V7: cdp2 34 # CHECK-V7: cdp2
|
invalid-thumbv8.txt | 24 # CHECK-V7: cdp2 29 # CHECK-V7: cdp2 34 # CHECK-V7: cdp2
|
invalid-armv7.txt | 24 # Undefined encodings for cdp2
|
basic-arm-instructions.txt | 393 # CDP/CDP2 396 # CHECK: cdp2 p7, #1, c1, c1, c1, #4 [all...] |
thumb2.txt | 267 # CDP/CDP2 270 # CHECK: cdp2 p7, #1, c1, c1, c1, #4 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
maverick.c | 183 #define CDP2(insname, var, cpnum, opcode1, opcode2, reg1name, reg2name) \ 190 CDP2 (insname, 32, 5, opcode1, opcode2, "fx", "fx") 194 CDP2 (insname, 64, 5, opcode1, opcode2, "dx", "dx") 198 CDP2 (insname, s, 4, opcode1, opcode2, "f", "f") 202 CDP2 (insname, d, 4, opcode1, opcode2, "d", "d") 370 CDP2 (cpys, , 4, 0, 0, "f", "f"); 371 CDP2 (cpyd, , 4, 0, 1, "d", "d"); 385 CDP2 (cvtsd, , 4, 0, 3, "d", "f"); 386 CDP2 (cvtds, , 4, 0, 2, "f", "d"); 387 CDP2 (cvt32s, , 4, 0, 4, "f", "fx") [all...] |
/external/llvm/test/MC/ARM/ |
arm_instructions.s | 72 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe] 73 cdp2 p7, #1, c1, c1, c1, #4
|
diagnostics.s | 120 @ Out of range immediates for CDP/CDP2 123 cdp2 p7, #2, c1, c1, c1, #8 124 cdp2 p7, #1, c1, c1, c1, #8 455 @ CHECK-ERRORS: error: instruction 'cdp2' is not predicable, but condition code specified
|
basic-arm-instructions.s | 657 @ CDP/CDP2 660 cdp2 p7, #1, c1, c1, c1, #4 661 cdp2 p12, #0, c6, c12, c0, #7 664 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe] 665 @ CHECK: cdp2 p12, #0, c6, c12, c0, #7 @ encoding: [0xe0,0x6c,0x0c,0xfe] [all...] |
basic-thumb2-instructions.s | 426 @ CDP/CDP2 429 cdp2 p7, #1, c1, c1, c1, #4 432 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x11,0xfe,0x81,0x17] [all...] |
/system/core/libpixelflinger/codeflinger/ |
disassem.c | 220 { 0xff000010, 0xfe000000, "cdp2", "#y" },
|
/external/v8/src/arm/ |
assembler-arm.h | [all...] |
assembler-arm.cc | 2152 void Assembler::cdp2(Coprocessor coproc, function in class:v8::internal::Assembler [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrInfo.td | [all...] |
ARMInstrThumb2.td | [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | [all...] |
/prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/ |
libGL.so | |
libGL.so.1 | |
libosmesa.so | |
/prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/ |
qemu-system-aarch64 | |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-arm.c | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
arm-dis.c | [all...] |