OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cvt_l_s
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/mips/
constants-mips.h
383
CVT_L_S
= ((4 << 3) + 5),
assembler-mips.cc
1773
void Assembler::
cvt_l_s
(FPURegister fd, FPURegister fs) {
function in class:v8::Assembler
[
all
...]
assembler-mips.h
828
void
cvt_l_s
(FPURegister fd, FPURegister fs);
[
all
...]
simulator-mips.cc
[
all
...]
/external/llvm/lib/Target/Mips/
MipsInstrFPU.td
244
def
CVT_L_S
: ABSS_FT<"cvt.l.s", FGR64, FGR32, IIFcvt>, ABSS_FM<0x25, 16>;
Completed in 803 milliseconds