Package ghidra.pcode.emu.jit.op
Interface JitFloatBinOp
- All Known Subinterfaces:
JitFloatTestOp
- All Known Implementing Classes:
JitFloatAddOp
,JitFloatDivOp
,JitFloatEqualOp
,JitFloatLessEqualOp
,JitFloatLessOp
,JitFloatMultOp
,JitFloatNotEqualOp
,JitFloatSubOp
A binary p-code operator use-def node with
float
types.-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehavior
lType()
The required type behavior for the left operanddefault JitTypeBehavior
rType()
The required type behavior for the right operanddefault JitTypeBehavior
type()
The required type behavior for the outputMethods inherited from interface ghidra.pcode.emu.jit.op.JitBinOp
inputs, l, link, r, typeFor, unlink
Methods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out
-
Method Details