Searched refs:laog (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_main.c3320 (1) searches laog to see if Ln --*--> {L1,L2,L3}, which always
3323 (2) adds edges {L1,L2,L3} --> Ln to laog, which are already present
3329 any time any edges are added to or deleted from laog.
3332 have already been added to laog. Invalidate the cache any time
3333 any edges are deleted from laog.
3344 static WordFM* laog = NULL; /* WordFM Lock* LAOGLinks* */ variable
3346 /* EXPOSITION ONLY: for each edge in 'laog', record the two places
3376 tl_assert(!laog);
3380 laog = VG_(newFM)( HG_(zalloc), "hg.laog__init.1",
3385 tl_assert(laog);
[all...]
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad-z196.s373 #CHECK: laog %r0, %r0, -524289
375 #CHECK: laog %r0, %r0, 524288
377 #CHECK: laog %r0, %r0, 0(%r1,%r2)
379 laog %r0, %r0, -524289
380 laog %r0, %r0, 524288
381 laog %r0, %r0, 0(%r1,%r2)
H A Dinsn-good-z196.s584 #CHECK: laog %r0, %r0, -524288 # encoding: [0xeb,0x00,0x00,0x00,0x80,0xe6]
585 #CHECK: laog %r0, %r0, -1 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0xe6]
586 #CHECK: laog %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0xe6]
587 #CHECK: laog %r0, %r0, 1 # encoding: [0xeb,0x00,0x00,0x01,0x00,0xe6]
588 #CHECK: laog %r0, %r0, 524287 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0xe6]
589 #CHECK: laog %r0, %r0, 0(%r1) # encoding: [0xeb,0x00,0x10,0x00,0x00,0xe6]
590 #CHECK: laog %r0, %r0, 0(%r15) # encoding: [0xeb,0x00,0xf0,0x00,0x00,0xe6]
591 #CHECK: laog %r0, %r0, 524287(%r1) # encoding: [0xeb,0x00,0x1f,0xff,0x7f,0xe6]
592 #CHECK: laog %r0, %r0, 524287(%r15) # encoding: [0xeb,0x00,0xff,0xff,0x7f,0xe6]
593 #CHECK: laog
[all...]
H A Dinsn-bad.s1485 #CHECK: laog %r1, %r2, 100(%r3)
1486 laog %r1, %r2, 100(%r3)

Completed in 1027 milliseconds