Home
last modified time | relevance | path

Searched refs:EXTS (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/none/tests/mips64/
Dcvm_ins.c118 EXTS=0, EXTS32, CINS, CINS32, SNEI, SNE, SEQI, DMUL, SEQ enumerator
126 for (op = EXTS; op <= SEQ; op++) { in main()
128 case EXTS: { /* To extract and sign-extend a bit field that starts in main()
/external/icu/icu4c/source/common/
Duloc_tag.c1774 #define EXTS 0x0020 macro
1903 next = EXTL | SCRT | REGN | VART | EXTS | PRIV; in ultag_parse()
1914 next = EXTL | SCRT | REGN | VART | EXTS | PRIV; in ultag_parse()
1916 next = SCRT | REGN | VART | EXTS | PRIV; in ultag_parse()
1937 next = REGN | VART | EXTS | PRIV; in ultag_parse()
1947 next = VART | EXTS | PRIV; in ultag_parse()
1971 next = VART | EXTS | PRIV; in ultag_parse()
1975 if (next & EXTS) { in ultag_parse()
2031 next = EXTS | EXTV | PRIV; in ultag_parse()
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td428 def EXTS : ExtsCins<"exts">, EXTS_FM<0x3a>, ASE_CNMIPS;