Lines Matching defs:float
366 addOpcodeInfo(Opcode.CMPL_FLOAT, "cmpl-float", 0x2d, new Format23x()); in addOpcodeInfo()
367 addOpcodeInfo(Opcode.CMPG_FLOAT, "cmpg-float", 0x2e, new Format23x()); in addOpcodeInfo()
450 addOpcodeInfo(Opcode.NEG_FLOAT, "neg-float", 0x7f, new Format12x()); in addOpcodeInfo()
453 addOpcodeInfo(Opcode.INT_TO_FLOAT, "int-to-float", 0x82, new Format12x()); in addOpcodeInfo()
456 addOpcodeInfo(Opcode.LONG_TO_FLOAT, "long-to-float", 0x85, new Format12x()); in addOpcodeInfo()
463 addOpcodeInfo(Opcode.DOUBLE_TO_FLOAT, "double-to-float", 0x8c, new Format12x()); in addOpcodeInfo()
489 addOpcodeInfo(Opcode.ADD_FLOAT, "add-float", 0xa6, new Format23x()); in addOpcodeInfo()
490 addOpcodeInfo(Opcode.SUB_FLOAT, "sub-float", 0xa7, new Format23x()); in addOpcodeInfo()
491 addOpcodeInfo(Opcode.MUL_FLOAT, "mul-float", 0xa8, new Format23x()); in addOpcodeInfo()
492 addOpcodeInfo(Opcode.DIV_FLOAT, "div-float", 0xa9, new Format23x()); in addOpcodeInfo()
493 addOpcodeInfo(Opcode.REM_FLOAT, "rem-float", 0xaa, new Format23x()); in addOpcodeInfo()