Home
last modified time | relevance | path

Searched refs:inttype (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_string.c755 } inttype = DO_INT; in SDL_sscanf() local
802 if ( inttype > DO_SHORT ) { in SDL_sscanf()
803 ++inttype; in SDL_sscanf()
807 if ( inttype < DO_LONGLONG ) { in SDL_sscanf()
808 ++inttype; in SDL_sscanf()
814 inttype = DO_LONGLONG; in SDL_sscanf()
834 if ( inttype == DO_LONGLONG ) { in SDL_sscanf()
849 switch (inttype) { in SDL_sscanf()
887 if ( inttype == DO_LONGLONG ) { in SDL_sscanf()
902 switch (inttype) { in SDL_sscanf()
[all …]
/external/llvm/lib/Target/CellSPU/
DSPUInstrInfo.td2344 class ROTIVecInst<ValueType vectype, Operand optype, ValueType inttype, PatLeaf pred>:
2347 (SPUvec_rotl (vectype VECREG:$rA), (inttype pred:$val)))]>;
2349 class ROTIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, PatLeaf pred>:
2351 [(set rclass:$rT, (rotl rclass:$rA, (inttype pred:$val)))]>;
2480 class ROTQBIIVecInst<ValueType vectype, Operand optype, ValueType inttype,
2485 class ROTQBIIRegInst<RegisterClass rclass, Operand optype, ValueType inttype,
2670 class ROTQMBYIRegInst<RegisterClass rclass, Operand optype, ValueType inttype,
2866 class ROTMAIVecInst<ValueType vectype, Operand intop, ValueType inttype>:
2869 (SPUvec_sra VECREG:$rA, (inttype uimm7:$val)))]>;
2871 class ROTMAIRegInst<RegisterClass rclass, Operand intop, ValueType inttype>:
[all …]