OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tvc
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
tcond.d
220
2a0: 0d05
tvc
!
221
2a2: 0d05
tvc
!
222
2a4: 0d05
tvc
!
223
2a6: 0d05
tvc
!
224
2a8: 0d05
tvc
!
225
2aa: 0d05
tvc
!
226
2ac: 8000b454
tvc
229
2c0: 0d05
tvc
!
230
2c2: 0d05
tvc
!
231
2c4: 0d05
tvc
!
[
all
...]
/external/llvm/test/MC/Sparc/
sparc-v9-traps.s
135
! CHECK:
tvc
%icc, %i5 ! encoding: [0x9f,0xd0,0x00,0x1d]
136
! CHECK:
tvc
%icc, 82 ! encoding: [0x9f,0xd0,0x20,0x52]
137
! CHECK:
tvc
%icc, %g1 + %i2 ! encoding: [0x9f,0xd0,0x40,0x1a]
138
! CHECK:
tvc
%icc, %i5 + 41 ! encoding: [0x9f,0xd7,0x60,0x29]
139
tvc
%icc, %i5
140
tvc
%icc, 82
141
tvc
%icc, %g1 + %i2
142
tvc
%icc, %i5 + 41
286
! CHECK:
tvc
%xcc, %i5 ! encoding: [0x9f,0xd0,0x10,0x1d]
287
! CHECK:
tvc
%xcc, 82 ! encoding: [0x9f,0xd0,0x30,0x52
[
all
...]
sparc-traps.s
135
! CHECK:
tvc
%i5 ! encoding: [0x9f,0xd0,0x00,0x1d]
136
! CHECK:
tvc
82 ! encoding: [0x9f,0xd0,0x20,0x52]
137
! CHECK:
tvc
%g1 + %i2 ! encoding: [0x9f,0xd0,0x40,0x1a]
138
! CHECK:
tvc
%i5 + 41 ! encoding: [0x9f,0xd7,0x60,0x29]
139
tvc
%i5
140
tvc
82
141
tvc
%g1 + %i2
142
tvc
%i5 + 41
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java
189
TableViewerColumn
tvc
= new TableViewerColumn(mStatsTableViewer, SWT.NONE);
local
190
tvc
.getColumn().setText(STATS_TABLE_PROPERTIES[i]);
191
tvc
.setLabelProvider(mStatsLabelProvider);
192
tvc
.getColumn().setAlignment(STATS_TABLE_COL_ALIGNMENT[i]);
193
tvc
.getColumn().addSelectionListener(columnSelectionListener);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java
539
TreeViewerColumn
tvc
= new TreeViewerColumn(mFrameTreeViewer, SWT.NONE);
local
540
tvc
.setLabelProvider(labelProvider);
541
TreeColumn column =
tvc
.getColumn();
546
tvc
= new TreeViewerColumn(mFrameTreeViewer, SWT.NONE);
547
tvc
.setLabelProvider(labelProvider);
548
column =
tvc
.getColumn();
554
tvc
= new TreeViewerColumn(mFrameTreeViewer, SWT.NONE);
555
tvc
.setLabelProvider(labelProvider);
556
column =
tvc
.getColumn();
[
all
...]
Completed in 59 milliseconds