Searched defs:float (Results 1 – 2 of 2) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Instruction.java | 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() [all …]
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1699 void PushFpr4(float /* val */) { in PushFpr4() argument
|