Searched refs:mov_s (Results 1 – 8 of 8) sorted by relevance
/external/libffi/src/arc/ |
D | arcompact.S | 63 mov_s r0, sp 118 mov_s r2, sp 122 mov_s r1, sp 127 mov_s r0, r8 /* codeloc, set by trampoline */
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/ |
D | arcompact.S | 63 mov_s r0, sp 118 mov_s r2, sp 122 mov_s r1, sp 127 mov_s r0, r8 /* codeloc, set by trampoline */
|
/external/llvm-project/llvm/test/MC/Disassembler/ARC/ |
D | compact.txt | 264 # CHECK: mov_s %r17, -1 267 # CHECK: mov_s 0, 5 270 # CHECK: mov_s.ne %r0, %r17 273 # CHECK: mov_s.ne %r0, 1024 276 # CHECK: mov_s %r0, 128 279 # CHECK: mov_s %r16, %r17 282 # CHECK: mov_s %r16, 1024 285 # CHECK: mov_s 0, %r17 288 # CHECK: mov_s 0, 1024
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 455 "mov_s\t$g, $h"> { 640 !strconcat("mov_s.ne", "\t$b_s3, $LImm")>; 644 !strconcat("mov_s.ne", "\t$b_s3, $h")>; 648 !strconcat("mov_s", "\t$h, $b_s3")>; 652 !strconcat("mov_s", "\t0, $b_s3")>; 675 !strconcat("mov_s", "\t$b, $u8")> {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 455 "mov_s\t$g, $h"> { 640 !strconcat("mov_s.ne", "\t$b_s3, $LImm")>; 644 !strconcat("mov_s.ne", "\t$b_s3, $h")>; 648 !strconcat("mov_s", "\t$h, $b_s3")>; 652 !strconcat("mov_s", "\t0, $b_s3")>; 675 !strconcat("mov_s", "\t$b, $u8")> {
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.h | 213 void mov_s(const Operand *OpFd, const Operand *OpFs);
|
D | IceAssemblerMIPS32.cpp | 791 void AssemblerMIPS32::mov_s(const Operand *OpFd, const Operand *OpFs) { in mov_s() function in Ice::MIPS32::AssemblerMIPS32 811 mov_s(OpRd, OpRs); in move()
|
D | IceInstMIPS32.cpp | 967 Asm->mov_s(getDest(), getSrc(0)); in emitIAS()
|