Welcome, Guest. Please login or register.

Author Topic: new ixemul V63.1 Version  (Read 6475 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: new ixemul V63.1 Version
« on: May 05, 2010, 11:57:30 PM »
@matthey

I'll be honest, whenever I've used bitfield operations in assembler on a real 68040 I've often found them to be slower than the equivalent mask/shift/combine operation. Never did figure out why that was. The whole point of having them was to speed up those sorts of operations.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: new ixemul V63.1 Version
« Reply #1 on: May 06, 2010, 10:01:37 AM »
@matthey

Yeah, I did find a use for bfffo when implementing a quick integer log2 estimation.
int p; // A