Searched refs:ax (Results 126 - 130 of 130) sorted by relevance

123456

/external/v8/test/mjsunit/third_party/
H A Dregexp-pcre.js1316 res[1237] = /^(a+)*ax/;
1317 res[1238] = /^((a|b)+)*ax/;
1318 res[1239] = /^((a|bc)+)*ax/;
2225 assertToStringEquals("ax", res[350].exec("axby"), 577);
2598 assertNull(res[463].exec("ax{100}b ", 950));
2601 assertNull(res[464].exec("ax{4000}xyb ", 953));
2602 assertNull(res[464].exec("ax{4000}yb ", 954));
2603 assertNull(res[464].exec("ax{4000}x{100}yb ", 955));
2605 assertNull(res[464].exec("ax{4000}b ", 957));
2608 assertToStringEquals("ax,,
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml391 "{cx},{ax},{di},~{dirflag},~{fpsr},~{flags},~{edi},~{ecx}"
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1365 DEFINE_GPR_PSEUDO_16 (ax , rax),
/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s10087 // CHECK: addw $65535, %ax # encoding: [0x66,0x83,0xc0,0xff]
10088 addw $0xFFFF, %ax
/external/valgrind/perf/
H A Dtinycc.c2924 DEF_ASM(ax)
4256 DEF_ASM(ax)
6330 o(0xe0df); /* fnstsw %ax */
15055 #define OPT_EAX 14 /* %al, %ax or %eax register */

Completed in 766 milliseconds

123456