Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1701 const codeview_linetab2_block* lbh; in codeview_dump_linetab2() local
1710 lbh = (const codeview_linetab2_block*)(linetab + 8 + offset); in codeview_dump_linetab2()
1712 while ((const HChar*)lbh < linetab + size) { in codeview_dump_linetab2()
1716 if (lbh->header != 0x000000f2) { in codeview_dump_linetab2()
1719 VG_(printf)("%sblock end %x\n", pfx, lbh->header); in codeview_dump_linetab2()
1724 pfx, lbh->seg, lbh->start, lbh->start + lbh->size - 1, in codeview_dump_linetab2()
1725 lbh->size, lbh->nlines); in codeview_dump_linetab2()
1726 fd = (const codeview_linetab2_file*)(linetab + 8 + lbh->file_offset); in codeview_dump_linetab2()
1763 for (i = 0; i < lbh->nlines; i++) { in codeview_dump_linetab2()
1766 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.s1665 #CHECK: lbh %r0, 0
1667 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.ll58 ; CHECK-DAG: lbh [[REG1:%r[0-5]]], 0(%r2)
60 ; CHECK-DAG: lbh [[REG3:%r[0-5]]], 4096(%r2)
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt3970 # CHECK: lbh %r0, -524288
3973 # CHECK: lbh %r0, -1
3976 # CHECK: lbh %r0, 0
3979 # CHECK: lbh %r0, 1
3982 # CHECK: lbh %r0, 524287
3985 # CHECK: lbh %r0, 0(%r1)
3988 # CHECK: lbh %r0, 0(%r15)
3991 # CHECK: lbh %r0, 524287(%r1,%r15)
3994 # CHECK: lbh %r0, 524287(%r15,%r1)
3997 # CHECK: lbh %r15, 0
/external/v8/src/s390/
Dconstants-s390.h952 V(lbh, LBH, 0xE3C0) /* type = RXY_A LOAD BYTE HIGH (32<-8) */ \
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td607 def LBH : UnaryRXY<"lbh", 0xE3C0, asextloadi8, GRH32, 1>,