OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN
(Results
601 - 625
of
680
) sorted by null
<<
21
22
23
24
25
26
27
28
/external/llvm/test/MC/ARM/
arm-arithmetic-aliases.s
1
@
RUN
: llvm-mc -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
basic-thumb-instructions.s
2
@
Run
these test in both Thumb1 and Thumb2 modes, as all of the encodings
5
@
RUN
: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s
6
@
RUN
: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s
7
@
RUN
: llvm-mc -triple=thumbebv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-BE %s
neon-bitwise-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s \
2
@
RUN
: | FileCheck %s
arm-shift-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple armv7 -show-encoding < %s | FileCheck %s
fp-armv8.s
1
@
RUN
: llvm-mc -triple armv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
neon-minmax-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-pairwise-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-shuffle-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-minmax-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-mov-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-mul-accum-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-vld-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-vst-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
thumb-fp-armv8.s
1
@
RUN
: llvm-mc -triple thumbv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
/external/llvm/test/MC/Mips/
mips-fpu-instructions.s
0
#
RUN
: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
2
#
RUN
: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
/external/chromium_org/native_client_sdk/src/tools/
common.mk
344
# Define a LOG macro that allow a command to be
run
in quiet mode where
350
# $1 = The name of the tool being
run
352
# $3 = The full command to
run
439
RUN_PY := python $(NACL_SDK_ROOT)/tools/
run
.py
449
CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-
run
501
.PHONY:
run
502
run
: check_for_chrome all $(PAGE)
534
.PHONY: CHECK_FOR_CHROME DEBUG LAUNCH
RUN
537
LAUNCH:
run
538
RUN
: ru
[
all
...]
/external/llvm/test/DebugInfo/SystemZ/
variable-loc.s
0
#
RUN
: llvm-mc < %s -triple=s390x-linux-gnu -filetype=obj | llvm-dwarfdump - | FileCheck %s
/external/llvm/test/MC/Sparc/
sparc-ctrl-instructions.s
0
!
RUN
: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2
!
RUN
: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
/external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js
142
//
Run
extension method directly.
144
//
Run
sync method.
193
case '
RUN
':
224
// If we have
run
all requested commands, read the socket again.
/external/chromium_org/extensions/renderer/resources/
test_custom_bindings.js
61
'Callback has already been
run
. ' +
90
chromeTest.log("(
RUN
) " + testName(currentTest));
/external/llvm/test/MC/AArch64/
arm64-diags.s
0
;
RUN
: not llvm-mc -triple arm64-apple-darwin -show-encoding < %s 2> %t | FileCheck %s
2
;
RUN
: FileCheck --check-prefix=CHECK-ERRORS < %t %s
/external/llvm/test/MC/Mips/mips2/
valid.s
3
#
RUN
: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 | FileCheck %s
/external/llvm/test/MC/Mips/mips32/
valid.s
3
#
RUN
: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 | FileCheck %s
/external/llvm/test/MC/Mips/mips32r2/
valid.s
3
#
RUN
: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
/external/llvm/test/MC/Mips/msa/
test_bit.s
0
#
RUN
: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
Completed in 461 milliseconds
<<
21
22
23
24
25
26
27
28