OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insns
(Results
76 - 100
of
527
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/exp-bbv/tests/x86/
complex_rep.S
5
# Performance counters give us 8207
insns
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub.h
28
unsigned
insns
[3];
member in struct:mcld::AArch64CA53Erratum843419Stub::ErratumSequence
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
two-op.s
1
# Two-operand
insns
; 16-bit operand.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
synth64.s
1
# sparc64 synthetic
insns
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
791
ArrayList<Insn>
insns
= machine.getInsns();
local
792
int insnSz =
insns
.size();
1112
InsnList
insns
= new InsnList(sz + 1);
local
1204
InsnList
insns
= new InsnList(1);
local
1220
InsnList
insns
= new InsnList(1);
local
1260
InsnList
insns
= new InsnList(2);
local
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
clflushopt.d
3
#name: i386 CLFLUSHOPT
insns
clwb.d
3
#name: i386 CLWB
insns
prefetchwt1.d
3
#name: i386 PREFETCHWT1
insns
x86-64-clflushopt-intel.d
3
#name: x86_64 CLFLUSHOPT
insns
(Intel disassembly)
x86-64-clflushopt.d
3
#name: x86_64 CLFLUSHOPT
insns
x86-64-clwb-intel.d
3
#name: x86_64 CLWB
insns
(Intel disassembly)
x86-64-clwb.d
3
#name: x86_64 CLWB
insns
x86-64-prefetchwt1-intel.d
3
#name: x86_64 PREFETCHWT1
insns
(Intel disassembly)
x86-64-prefetchwt1.d
3
#name: x86_64 PREFETCHWT1
insns
x86-64-xsavec-intel.d
3
#name: x86_64 XSAVEC
insns
(Intel disassembly)
x86-64-xsavec.d
3
#name: x86_64 XSAVEC
insns
xsavec-intel.d
3
#name: i386 XSAVEC
insns
(Intel disassembly)
xsavec.d
3
#name: i386 XSAVEC
insns
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-parallel-be.d
4
#source:
insns
-parallel.s
insns-parallel-le.d
4
#source:
insns
-parallel.s
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pr12815-2.d
7
# expanding PUSHJ
insns
, expecting relaxation to work.
/art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java
33
public List<Instruction>
insns
;
field in class:CodeItem
72
insns
= new LinkedList<Instruction>();
82
insns
.add(newInsn);
101
for (Instruction insn :
insns
) {
138
List<Instruction> insnsToIncrement =
insns
;
140
// If we have an associated MutatableCode, then it may have created some new
insns
143
// Ask for the latest view of the
insns
.
/external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c
39
FREE(vp->
insns
);
40
vp->
insns
= NULL;
106
inst = vp->
insns
[reloc->location].data;
115
inst = vp->
insns
[reloc->location].data;
149
inst = vp->
insns
[reloc->location].data;
158
inst = vp->
insns
[reloc->location].data;
199
PUSH_DATAp(push, vp->
insns
[i].data, 4);
/dalvik/libdex/
InstrUtils.cpp
473
#define FETCH(_offset) (
insns
[(_offset)])
474
#define FETCH_u4(_offset) (fetch_u4_impl((_offset),
insns
))
480
static inline u4 fetch_u4_impl(u4 offset, const u2*
insns
) {
481
return
insns
[offset] | ((u4)
insns
[offset+1] << 16);
485
* Decode the instruction pointed to by "
insns
".
490
void dexDecodeInstruction(const u2*
insns
, DecodedInstruction* pDec)
492
u2 inst = *
insns
;
660
size_t dexGetWidthFromInstruction(const u2*
insns
)
664
if (*
insns
== kPackedSwitchSignature)
[
all
...]
/art/runtime/
dex_instruction.h
430
uint16_t*
insns
= reinterpret_cast<uint16_t*>(this);
local
431
insns
[0] = (
insns
[0] & 0xff00) | static_cast<uint16_t>(opcode);
436
uint16_t*
insns
= reinterpret_cast<uint16_t*>(this);
local
437
insns
[0] = (val << 8) | (
insns
[0] & 0x00ff);
442
uint16_t*
insns
= reinterpret_cast<uint16_t*>(this);
local
443
insns
[1] = val;
448
uint16_t*
insns
= reinterpret_cast<uint16_t*>(this);
local
449
insns
[1] = val
454
uint16_t*
insns
= reinterpret_cast<uint16_t*>(this);
local
571
const uint16_t*
insns
= reinterpret_cast<const uint16_t*>(this);
local
[
all
...]
Completed in 471 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>