Home | History | Annotate | Download | only in x86

Lines Matching refs:ALU_Opcode

428 int common_alu_int(ALU_Opcode opc, u2 vA, u2 v1, u2 v2) { //except div and rem
442 int common_shift_int(ALU_Opcode opc, u2 vA, u2 v1, u2 v2) {
767 int common_alu_int_lit(ALU_Opcode opc, u2 vA, u2 vB, s2 imm) { //except div and rem
774 int common_shift_int_lit(ALU_Opcode opc, u2 vA, u2 vB, s2 imm) {
790 int alu_rsub_int(ALU_Opcode opc, u2 vA, s2 imm, u2 vB) {
1133 int common_alu_long(ALU_Opcode opc, u2 vA, u2 v1, u2 v2) { //except div and rem
1512 int common_alu_float(ALU_Opcode opc, u2 vA, u2 v1, u2 v2) {//add, sub, mul
1623 int common_alu_double(ALU_Opcode opc, u2 vA, u2 v1, u2 v2) {//add, sub, mul