Home
last modified time | relevance | path

Searched refs:I12 (Results 1 – 20 of 20) sorted by relevance

/external/libxkbcommon/xkbcommon/test/data/symbols/
Dinet339 key <I12> { [ XF86AudioPlay, XF86AudioPause ] };
364 key <I12> { [ XF86AudioMute ] };
382 key <I12> { [ XF86AudioMute ] };
401 key <I12> { [ XF86AudioMute ] };
477 key <I12> { [ XF86ScrollDown ] };
526 key <I12> { [ XF86AudioMute ] };
562 key <I12> { [ XF86AudioMute ] };
597 key <I12> { [ XF86LightBulb ] };
621 key <I12> { [ XF86LightBulb ] };
677 key <I12> { [ XF86Mail ] };
[all …]
/external/clang/test/ASTMerge/Inputs/
Dinterface1.m74 @interface I12 interface
97 @implementation I14 : I12
100 @implementation I15 : I12
Dinterface2.m72 @class I10; @interface I12 @end interface
96 @implementation I14 : I12
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrFormats.td67 class I12<bits<12> op, Format f, dag outs, dag ins, string asmstr,
88 : I12<op, RIForm, outs, ins, asmstr, pattern>;
91 : I12<op, RILForm, outs, ins, asmstr, pattern>;
/external/clang/test/CodeGenObjC/
Dinterface-layout-64.m116 @interface I12 : I11 { interface
120 @implementation I12 implementation
/external/webp/src/dsp/
Dmips_macro.h162 I8, I9, I10, I11, I12, I13) \ argument
186 "usw %[" #IO6 "], " XSTR(I13) "*" #I12 "(%[" #I8 "]) \n\t"
Denc_mips_dsp_r2.c57 I8, I9, I10, I11, I12, I13, I14, I15) \ argument
63 "dpa.w.ph $ac0, %[" #I12 "], %[" #I7 "] \n\t" \
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Dxfree86181 <I12> = 146;
341 alias <AGAI> = <I12>;
/external/clang/test/ASTMerge/
Dinterface.m19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here
/external/cblas/testing/
Dc_zblat1.f681 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
Dc_dblat1.f727 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
Dc_sblat1.f727 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
Dc_cblat1.f681 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
/external/eigen/blas/testing/
Dzblat1.f723 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
Ddblat1.f1064 99997 FORMAT (1X,I4,I3,2I5,2I36,I12)
Dcblat1.f723 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
Dsblat1.f1020 99997 FORMAT (1X,I4,I3,2I5,2I36,I12)
/external/valgrind/VEX/priv/
Dhost_arm64_defs.c308 riA->ARM64riA.I12.imm12 = imm12; in ARM64RIA_I12()
309 riA->ARM64riA.I12.shift = shift; in ARM64RIA_I12()
324 vex_printf("#%u",(UInt)(riA->ARM64riA.I12.imm12 in ppARM64RIA()
325 << riA->ARM64riA.I12.shift)); in ppARM64RIA()
3306 argR->ARM64riA.I12.shift == 12 ? X01 : X00, in emit_ARM64Instr()
3307 argR->ARM64riA.I12.imm12, rN, rD in emit_ARM64Instr()
3334 argR->ARM64riA.I12.shift == 12 ? X01 : X00, in emit_ARM64Instr()
3335 argR->ARM64riA.I12.imm12, rN, rD); in emit_ARM64Instr()
Dhost_arm64_defs.h166 } I12; member
Dhost_arm64_isel.c923 vassert(ri->ARM64riA.I12.imm12 < 4096); in iselIntExpr_RIA()
924 vassert(ri->ARM64riA.I12.shift == 0 || ri->ARM64riA.I12.shift == 12); in iselIntExpr_RIA()