Searched refs:mc (Results 151 - 175 of 188) sorted by relevance

12345678

/external/llvm/test/MC/ARM/
H A Dneon-mov-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-pairwise-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-shuffle-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-minmax-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-mov-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-mul-accum-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-shiftaccum-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-vld-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-vst-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Ddiagnostics.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2> %t
H A Dneon-cmp-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-mul-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-satshift-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-sub-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-add-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-satshift-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-shift-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-bitwise-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-add-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Dneon-vst-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Dsimple-fp-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
/external/llvm/test/MC/MBlaze/
H A Dmblaze_operands.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
H A Dmblaze_fsl.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
/external/mksh/src/
H A Dedit.c5012 char *twb1, *twb2, mc; local
5075 mc = '+';
5077 mc = '<';
5079 mc = '>';
5081 mc = ' ';
5082 if (mc != morec) {
5084 x_putc(mc);
5086 morec = mc;
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipProviderImpl.java596 MessageChannel mc = (MessageChannel) sipRequest
598 transaction = sipStack.createServerTransaction(mc);

Completed in 168 milliseconds

12345678