Home
last modified time | relevance | path

Searched refs:lbh (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1695 const codeview_linetab2_block* lbh; in codeview_dump_linetab2() local
1704 lbh = (const codeview_linetab2_block*)(linetab + 8 + offset); in codeview_dump_linetab2()
1706 while ((const HChar*)lbh < linetab + size) { in codeview_dump_linetab2()
1710 if (lbh->header != 0x000000f2) { in codeview_dump_linetab2()
1713 VG_(printf)("%sblock end %x\n", pfx, lbh->header); in codeview_dump_linetab2()
1718 pfx, lbh->seg, lbh->start, lbh->start + lbh->size - 1, in codeview_dump_linetab2()
1719 lbh->size, lbh->nlines); in codeview_dump_linetab2()
1720 fd = (const codeview_linetab2_file*)(linetab + 8 + lbh->file_offset); in codeview_dump_linetab2()
1757 for (i = 0; i < lbh->nlines; i++) { in codeview_dump_linetab2()
1760 pfx, lbh->l[i].offset, lbh->l[i].lineno ^ 0x80000000); in codeview_dump_linetab2()
[all …]
/external/llvm/test/MC/SystemZ/
Dinsn-good-z196.s656 #CHECK: lbh %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0xc0]
657 #CHECK: lbh %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0xc0]
658 #CHECK: lbh %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0xc0]
659 #CHECK: lbh %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0xc0]
660 #CHECK: lbh %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0xc0]
661 #CHECK: lbh %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0xc0]
662 #CHECK: lbh %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0xc0]
663 #CHECK: lbh %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0xc0]
664 #CHECK: lbh %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0xc0]
665 #CHECK: lbh %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0xc0]
[all …]
Dinsn-bad-z196.s411 #CHECK: lbh %r0, -524289
413 #CHECK: lbh %r0, 524288
415 lbh %r0, -524289
416 lbh %r0, 524288
Dinsn-bad.s1527 #CHECK: lbh %r0, 0
1529 lbh %r0, 0
/external/toybox/toys/pending/
Dfdisk.c410 unsigned lbc, lbh, lbs, lec, leh, les; in consistency_check() local
427 lbh = (start/g_sectors) % g_heads; in consistency_check()
435 if (g_cylinders <= ONE_K && (physbc != lbc || physbh != lbh || physbs != lbs)) { in consistency_check()
438 xprintf("logical = (%u %u %u)\n", lbc, lbh, lbs); in consistency_check()
/external/llvm/test/CodeGen/SystemZ/
Dasm-18.ll57 ; CHECK-DAG: lbh [[REG1:%r[0-5]]], 0(%r2)
59 ; CHECK-DAG: lbh [[REG3:%r[0-5]]], 4096(%r2)
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt3172 # CHECK: lbh %r0, -524288
3175 # CHECK: lbh %r0, -1
3178 # CHECK: lbh %r0, 0
3181 # CHECK: lbh %r0, 1
3184 # CHECK: lbh %r0, 524287
3187 # CHECK: lbh %r0, 0(%r1)
3190 # CHECK: lbh %r0, 0(%r15)
3193 # CHECK: lbh %r0, 524287(%r1,%r15)
3196 # CHECK: lbh %r0, 524287(%r15,%r1)
3199 # CHECK: lbh %r15, 0
/external/valgrind/docs/internals/
Ds390-opcodes.csv852 lbh,"load byte high",implemented,
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td439 def LBH : UnaryRXY<"lbh", 0xE3C0, asextloadi8, GRH32, 1>,