Home
last modified time | relevance | path

Searched refs:LoadStoreLiteral (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc4796 " 0: 4801 ldr r0, [pc, #4] ; (8 <LoadStoreLiteral+0x8>)\n",
4797 " 2: f8cf 0004 str.w r0, [pc, #4] ; 8 <LoadStoreLiteral+0x8>\n",
4798 " 6: f85f 0008 ldr.w r0, [pc, #-8] ; 0 <LoadStoreLiteral>\n",
4799 " a: f84f 0008 str.w r0, [pc, #-8] ; 4 <LoadStoreLiteral+0x4>\n",
4800 " e: 48ff ldr r0, [pc, #1020] ; (40c <LoadStoreLiteral+0x40c>)\n",
4801 " 10: f8df 07ff ldr.w r0, [pc, #2047] ; 813 <LoadStoreLiteral+0x813>\n",
4802 " 14: f8cf 03ff str.w r0, [pc, #1023] ; 417 <LoadStoreLiteral+0x417>\n",
4803 " 18: f8cf 07ff str.w r0, [pc, #2047] ; 81b <LoadStoreLiteral+0x81b>\n",
4870 test_results["LoadStoreLiteral"] = LoadStoreLiteralResults;
Dassembler_thumb_test.cc1278 TEST(Thumb2AssemblerTest, LoadStoreLiteral) { in TEST() argument