< prev index next >

src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp

Print this page
rev 12379 : 8162338: AArch64: Intrinsify fused mac operations
Reviewed-by:

@@ -66,10 +66,12 @@
 
   void init() { tableswitch_count = 0; }
 
   void deoptimize_trap(CodeEmitInfo *info);
 
+  void arithmetic_idiv(LIR_Op3* op, bool is_irem);
+
 public:
 
   void store_parameter(Register r, int offset_from_esp_in_words);
   void store_parameter(jint c,     int offset_from_esp_in_words);
   void store_parameter(jobject c,  int offset_from_esp_in_words);
< prev index next >