OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assembler
(Results
26 - 50
of
258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
warn_noat.l
1
.*warn_noat.s:
Assembler
messages:
2
.*warn_noat.s:2: Warning: Register at \(r1\) can sometimes be corrupted by
assembler
optimizations.
4
.*warn_noat.s:8: Warning: Register at \(r1\) can sometimes be corrupted by
assembler
optimizations.
/system/core/libpixelflinger/tests/codegen/
codegen.cpp
56
GGLAssembler
assembler
( new ARMAssembler(a) );
60
GGLAssembler
assembler
( new ArmToMipsAssembler(a) );
64
GGLAssembler
assembler
( new ArmToMips64Assembler(a) );
68
GGLAssembler
assembler
( new ArmToArm64Assembler(a) );
71
int err =
assembler
.scanline(needs, (context_t*)c);
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
itbl.s
2
; Test case for
assembler
option "itbl".
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dir-intel03-err.s
1
# Intel
assembler
directives:
pseudo-ops01.s
1
# Test some
assembler
pseudo-operations:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
hazard0.s
3
# The
assembler
must warn about this!
hazard1.s
3
# The
assembler
must warn about this!
hazard2.s
3
# The
assembler
must warn about this!
hazard3.s
3
# The
assembler
must warn about this!
hazard4.s
3
# The
assembler
must warn about this!
hazard5.s
3
# The
assembler
must warn about this!
yield1.s
3
# the
assembler
to issue a warning about this!
yield2.s
3
# the
assembler
to issue a warning about this!
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
syntax.s
1
# Test variants of
assembler
syntax.
/art/compiler/optimizing/
intrinsics_utils.h
24
#include "utils/
assembler
.h"
51
Assembler
*
assembler
= codegen->GetAssembler();
variable
52
assembler
->Bind(GetEntryLabel());
74
assembler
->Jump(GetExitLabel());
intrinsics_arm.h
37
ArmAssembler*
assembler
,
39
: arena_(arena), assembler_(
assembler
), features_(features) {}
/external/v8/src/
safepoint-table.cc
10
#include "src/macro-
assembler
.h"
103
Assembler
*
assembler
,
109
info.pc =
assembler
->pc_offset();
138
void SafepointTableBuilder::Emit(
Assembler
*
assembler
, int bits_per_entry) {
140
assembler
->Align(kIntSize);
141
assembler
->RecordComment(";;; Safepoint table.");
142
offset_ =
assembler
->pc_offset();
153
assembler
->dd(length)
[
all
...]
builtins.h
625
static void Generate_MathAtan(CodeStubAssembler*
assembler
);
627
static void Generate_MathAtan2(CodeStubAssembler*
assembler
);
629
static void Generate_MathAtanh(CodeStubAssembler*
assembler
);
631
static void Generate_MathCeil(CodeStubAssembler*
assembler
);
633
static void Generate_MathCbrt(CodeStubAssembler*
assembler
);
635
static void Generate_MathExpm1(CodeStubAssembler*
assembler
);
637
static void Generate_MathClz32(CodeStubAssembler*
assembler
);
639
static void Generate_MathCos(CodeStubAssembler*
assembler
);
641
static void Generate_MathExp(CodeStubAssembler*
assembler
);
643
static void Generate_MathFloor(CodeStubAssembler*
assembler
);
[
all
...]
/art/compiler/linker/arm/
relative_patcher_thumb2.cc
84
arm::Thumb2Assembler
assembler
(&arena);
85
assembler
.LoadFromOffset(
88
assembler
.bkpt(0);
89
assembler
.FinalizeCode();
90
std::vector<uint8_t> thunk_code(
assembler
.CodeSize());
92
assembler
.FinalizeInstructions(code);
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.s
4
;;; Test for the
assembler
detecting spurious size modifiers.
13
;;; FIXME: Add more tests of
assembler
error detection here.
16
;; might cause an interrupt to be missed. The
assembler
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
warn.s
1
; Test ARC specific
assembler
warnings
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
offset.s
2
@ still resolved by the
assembler
, as long as the symbol is in
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-byte1.s
6
# gets to the
assembler
. It also gets confused about the unterminated
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb2-b-interwork.s
12
@ Put this in a separate section to force the
assembler
to generate a reloc
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2a.s
1
! Simple example with
assembler
-generated .cranges that do not need more
Completed in 708 milliseconds
1
2
3
4
5
6
7
8
9
10
11