OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fpround
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
64
FPRound
,
MipsInstrFPU.td
43
def MipsFPRound : SDNode<"MipsISD::
FPRound
", SDTFPRoundOp, [SDNPOptInGlue]>;
MipsISelLowering.cpp
53
case MipsISD::
FPRound
: return "MipsISD::
FPRound
";
[
all
...]
/external/valgrind/main/VEX/priv/
guest_amd64_helpers.c
1475
UInt
fpround
;
local
1894
ULong
fpround
;
local
[
all
...]
guest_x86_helpers.c
1577
UInt
fpround
;
local
[
all
...]
guest_x86_defs.h
115
extern UInt x86g_create_fpucw ( UInt
fpround
);
guest_amd64_defs.h
115
extern ULong amd64g_create_fpucw ( ULong
fpround
);
guest_amd64_toIR.c
[
all
...]
guest_ppc_toIR.c
[
all
...]
guest_x86_toIR.c
[
all
...]
/external/valgrind/main/VEX/pub/
libvex_guest_x86.h
94
FPROUND
[1:0] is the FPU's notional rounding mode, encoded as per
/external/valgrind/main/memcheck/
mc_machine.c
190
if (o == GOF(
FPROUND
) && sz == 4) return -1;
348
if (o == GOF(
FPROUND
) && sz == 4) return -1;
519
if (o == GOF(
FPROUND
) && szB == 8) return -1;
631
if (o == GOF(
FPROUND
) && szB == 4) return -1;
[
all
...]
/external/valgrind/main/exp-ptrcheck/
h_main.c
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
466
// Lower
fpround
and fpextend nodes that target the FP stack to be store and
[
all
...]
Completed in 369 milliseconds