Home
last modified time | relevance | path

Searched refs:stlh (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s42 stlh r2, [r3]
45 @ CHECK: stlh r2, [r3] @ encoding: [0x92,0xfc,0xe3,0xe1]
Dload-store-acquire-release-v8-thumb.s42 stlh r2, [r3]
45 @ CHECK: stlh r2, [r3] @ encoding: [0xc3,0xe8,0x9f,0x2f]
Dthumbv8m.s115 stlh r1, [r3] label
/external/llvm/test/MC/Disassembler/ARM/
Dload-store-acquire-release-v8.txt32 # CHECK: stlh r2, [r3] @ encoding: [0x92,0xfc,0xe3,0xe1]
Dload-store-acquire-release-v8-thumb.txt33 # CHECK: stlh r2, [r3] @ encoding: [0xc3,0xe8,0x9f,0x2f]
/external/valgrind/none/tests/arm/
Dv8memory_t.stdout.exp80 stlh r3, [r10] with r10 = middle_of_block
Dv8memory_a.stdout.exp80 stlh r3, [r10] with r10 = middle_of_block
/external/vixl/src/aarch32/
Dassembler-aarch32.h3225 void stlh(Condition cond, Register rt, const MemOperand& operand);
3226 void stlh(Register rt, const MemOperand& operand) { stlh(al, rt, operand); } in stlh() function
Ddisasm-aarch32.h1096 void stlh(Condition cond, Register rt, const MemOperand& operand);
Dassembler-aarch32.cc10110 void Assembler::stlh(Condition cond, Register rt, const MemOperand& operand) { in stlh() function in vixl::aarch32::Assembler
10132 Delegate(kStlh, &Assembler::stlh, cond, rt, operand); in stlh()
Ddisasm-aarch32.cc2997 void Disassembler::stlh(Condition cond, in stlh() function in vixl::aarch32::Disassembler
10061 stlh(CurrentCond(), in DecodeT32()
58607 stlh(condition, in DecodeA32()
Dmacro-assembler-aarch32.h4343 stlh(cond, rt, operand); in Stlh()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb1935 j� ��g�,#?+WkV/-cEbcFgmMA@< 4!,'lfew��z=cgcJTv�kv�{�9FFKSg}AKK\`stlh����FAGERGMNOR �N
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1607 "stlh", "\t$Rt, $addr", []>;
DARMInstrInfo.td3120 NoItinerary, "stlh", "\t$Rt, $addr", []>;